Delete a Webhook

Delete a webhook

delete

Allows you to delete a webhook from your account. This will stop all notifications to this webhook.
If you delete the default webhook from your account and there are other webhooks registered, the default webhook will be reset to the first webhook in the list. Any monitored items which were using this webhook as their notification target will be updated to use the new default webhook.

Authorizations
Body
webhookIDstringRequired

The ID of the webhook to delete.

Example: 5a3ae05132ffb96e664d4626
Responses
204
The call was successful. The webhook was deleted.
delete
DELETE /v1/webhooks HTTP/1.1
Host: api.enzoic.com
Authorization: Bearer Base64(your_api_key:your_api_secret)
Content-Type: application/json
Accept: */*
Content-Length: 40

{
  "webhookID": "5a3ae05132ffb96e664d4626"
}

No content

Last updated

Was this helpful?