cURL
curl --request POST \ --url https://api.snitcher.com/v1/workspaces/{uuid}/unlink \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Workspace unlinked" }
Enter your personal access token (PAT) to authenticate
UUID of the workspace
"550e8400-e29b-41d4-a716-446655440000"
Workspace unlinked
The response is of type object.
object