DELETE
/
api
/
v1
/
spaces
/
{spaceId}
Delete Space
curl --request DELETE \
  --url {protocol}://{domain}/api/v1/spaces/{spaceId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication supports:

  • Personal API tokens (PATs)
  • OAuth2 access tokens
  • JWT tokens

Example: Authorization: Bearer your_token_here

Path Parameters

spaceId
string
required

Space identifier

Response

204

Space deleted successfully