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

Authorizations

Authorization
string
header
required

JWT or API key authentication using Bearer scheme

Path Parameters

id
string
required
pk
integer
required

ID of the source to delete

Response

204
application/json

No content - source deleted successfully