Skip to main content
DELETE
/
api
/
v1
/
spaces
/
{space_uuid}
Delete Space
curl --request DELETE \
  --url https://api.example.com/api/v1/spaces/{space_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.crosmos.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT access token or API key (csk_…)

Path Parameters

space_uuid
string<uuid>
required

Response

Successful Response