Skip to main content
DELETE
/
webhooks
/
{id}
Deletes a webhook subscription
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>"
}

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

id
string
required

Response

When request is successful. Deletes the webhook subscription.