curl --request DELETE \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/subscriptions/{subscriptionID}/filters/{filterID} \
--header 'Authorization: <api-key>'{
"message": "<string>",
"status": true,
"data": {}
}This endpoint deletes a filter
curl --request DELETE \
--url https://dashboard.getconvoy.io/api/v1/projects/{projectID}/subscriptions/{subscriptionID}/filters/{filterID} \
--header 'Authorization: <api-key>'{
"message": "<string>",
"status": true,
"data": {}
}Was this page helpful?