Skip to main content
DELETE
/
api
/
v1
/
sources
/
{source_uuid}
Delete Source
curl --request DELETE \
  --url https://api.example.com/api/v1/sources/{source_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

source_uuid
string<uuid>
required

Query Parameters

space_uuid
string<uuid>
required

Response

Successful Response