Skip to main content
POST
/
workspace
/
{workspaceId}
/
leave
Leave a workspace
curl --request POST \
  --url https://app.myhero.so/workspace/{workspaceId}/leave \
  --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