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.

🚧

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.
Language
Click Try It! to start a request and see the response here!