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
}

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.

Removes the authenticated user from the workspace. Workspace owners cannot leave; they must transfer ownership first.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

workspaceId
string
required
Minimum string length: 1

Response

200 response

data
boolean
required