POST
/
api
/
v1
/
workspaces
/
{uuid}
/
unlink
curl --request POST \
  --url https://app.snitcher.com/api/v1/workspaces/{uuid}/unlink \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Workspace unlinked"
}

Authorizations

Authorization
string
header
required

Enter your personal access token (PAT) to authenticate

Path Parameters

uuid
string
required

UUID of the workspace

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

200
application/json
Workspace unlinked

The response is of type object.