Skip to main content
DELETE
/
webhook
/
{webhookConfigId}
cURL
curl --request DELETE \
  --url https://api.xpaycheckout.com/webhook/{webhookConfigId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "errorCode": "bad_request",
  "errorDescription": "Failed to read request"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

Idempotency-Key
string

A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.

Maximum string length: 255

Path Parameters

webhookConfigId
string
required

Identifier of the webhook configuration to delete

Response

Webhook configuration deleted successfully. No content is returned.