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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
pk
integer
required

ID of the source to delete

Response

204
application/json

No content - source deleted successfully