Delete Webhook Endpoint
Terminal Gateway API
Delete Webhook Endpoint
Permanently delete a webhook endpoint
DELETE
Delete Webhook Endpoint
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.Authorizations
HMAC-SHA256 authentication. Requires three headers: x-api-key (your API key), x-timestamp (ISO 8601 timestamp), and x-signature (Base64-encoded HMAC-SHA256 signature). See Authentication documentation for signature computation.
Path Parameters
The unique identifier of the webhook endpoint
Response
Webhook endpoint deleted successfully