Skip to main content
Version: 2025-12-18

Deletes a webhook for an account

DELETE 

/accounts/{account_id}/webhooks/{webhook_id}

Permanently deletes a webhook subscription.

This endpoint uses optimistic locking. You must provide the webhook's current version in the If-Match header to confirm the deletion. You can get this value from the ETag header of a GET request for this resource.

Request

Responses

The webhook was deleted successfully.