Skip to main content
POST
/
api
/
workspaces.delete
Delete a workspace
curl --request POST \
  --url https://your-instance.example.com/api/workspaces.delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'

Body

application/json
id
string
required

Response

200 - undefined