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.
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 nonexistentid
will result in an error.