This endpoint deletes a source
cURL
curl --request DELETE \ --url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/sources/{sourceID} \ --header 'Authorization: <api-key>'
{ "message": "<string>", "status": true, "data": {} }
Project ID
source id
OK
The response is of type object.
object
Was this page helpful?