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
}

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

workspaceId
string
required
Minimum string length: 1

Response

200 response

data
boolean
required