Space
Delete a space
Permanently deletes the given space and all associated data.
Base URL
https://app.usesaki.com/apidelete
/spaces/{space}Delete a space
Permanently deletes the given space and all associated data.
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
Response
curl -X DELETE "https://app.usesaki.com/api/spaces/{space}" \
-H "Authorization: Bearer YOUR_TOKEN"Response
{}