Saki Docs
Space

Delete a space

Permanently deletes the given space and all associated data.

Base URLhttps://app.usesaki.com/api
delete/spaces/{space}

Delete a space

Permanently deletes the given space and all associated data.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

Response

curl -X DELETE "https://app.usesaki.com/api/spaces/{space}" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{}