cURL
curl --request DELETE \ --url https://api.smokeball.com/webhooks/{id} \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "type": "<string>", "title": "<string>", "status": 123, "detail": "<string>", "instance": "<string>" }
Deletes and unsubscribes from the specified webhook subscription.
When request is successful. Deletes the webhook subscription.