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