Authorizations
Response
OK
The response is of type object
.
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
curl --request DELETE \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/subscriptions/{subscriptionID} \
--header 'Authorization: <api-key>'
{
"message": "<string>",
"status": true,
"data": {}
}
OK
The response is of type object
.
Was this page helpful?