This endpoint requires HMAC-SHA256 authentication. See Authentication for signature computation details.
Permanent Deletion
Deleting a webhook endpoint is permanent and cannot be undone. All configuration including:- The endpoint URL
- Event subscriptions
- Custom metadata
- The signing secret
Response
A successful deletion returns204 No Content with no response body.
Impact on Payment Processing
Deleting your last webhook endpoint will cause payments withwebhookMode: true to fail with NO_WEBHOOK_ENDPOINTS error. Ensure you have at least one active endpoint if you’re using webhook mode for payments.