Skip to main content
DELETE
/
workspace
/
{workspaceId}
Delete a workspace
curl --request DELETE \
  --url https://app.myhero.so/workspace/{workspaceId} \
  --header 'Authorization: Bearer <token>'
{
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Soft-deletes the workspace and all of its projects. Only the workspace owner may perform this action. Returns true on success.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

workspaceId
string
required
Minimum string length: 1

Response

200 response

data
boolean
required