Skip to main content
DELETE
/
api
/
v1
/
sources
/
{id}
Delete data source
curl --request DELETE \
  --url https://api.camelai.com/api/v1/sources/{id}/ \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://camelai.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

API key authentication using Bearer scheme

Path Parameters

id
string
required
pk
integer
required

ID of the source to delete

Response

No content - source deleted successfully