Delete a Webhook
To remove a webhook for an event you'll need to reference the webhook_id
, which can be found when you List Web Hooks. Once you've obtained the webhook_id
, you'll user the DELETE method with the webhook endpoint.
DELETE /v1/environment/webhooks/:webhook_id
You will receive a HTTP 204, (No Content) response if deleting the web hook was successful.