post
https://api.sandbox.waza.co/payouts/v1/webhooks//disable
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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_eventsarray.- Ensure you provide the correct webhook
idin the endpoint path. Providing an invalid or nonexistentidwill result in an error.

