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