curl
Webhooks
Delete Webhook
Delete a webhook configuration.
This permanently removes the webhook and all its event subscriptions. No further events will be delivered to the webhook URL.
Note: This action cannot be undone. If you want to temporarily stop receiving events, consider using the Update Webhook endpoint to disable the webhook instead.
DELETE
curl
Authorizations
Your public API key. Identifies the partner making the request.
Monotonically increasing nonce included in the request signature.
HMAC signature over the request, computed with your private key.
Path Parameters
Unique identifier for the webhook
Example:
"WHTEST-XXXXX-EXAMPLE"
Response
Webhook deleted successfully