Zilfu
API ReferenceSpaces

Delete a space

Permanently deletes the given space and all associated data.

DELETE
/spaces/{space}
AuthorizationBearer <token>

In: header

Path Parameters

space*integer

The space ID

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://zilfu.app/api/spaces/0"
{}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}