cURL
curl --request DELETE \ --url https://api.camelai.com/api/v1/sources/{id}/ \ --header 'Authorization: Bearer <token>'
"<any>"
Soft delete a connection.
JWT or API key authentication using Bearer scheme
ID of the source to delete
No content - source deleted successfully
Was this page helpful?