Disable a Webhook

This endpoint allows you to disable a specific webhook. Note that once a webhook is disabled, it will no longer trigger notifications for any event, even if the event is listed as an enabled event for the webhook.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Notes

  • Disabling a webhook is a reversible action. If you wish to re-enable the webhook at a later time, you can use the appropriate endpoint to do so (e.g., /webhooks/:id/enable).
  • While the webhook is disabled, no events will be sent to the webhook's specified URL, regardless of the events listed in its enabled_events array.
  • Ensure you provide the correct webhook id in the endpoint path. Providing an invalid or nonexistent id will result in an error.
Path Params
string
required

The unique {id} of the webhook.

Headers
string

your app key

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json