Skip to main content
DELETE
/
payment-methods
/
{token}
Remove a payment method
curl --request DELETE \
  --url https://commerce1.on-hellgate.dev/payment-methods/{token} \
  --header 'X-API-Key: <api-key>'
{
  "classifier": "<string>",
  "code": 123,
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Account-ID
string

Identifies the account. Required when authenticating via mTLS — omit when using an API key (account is inferred from the key).

Path Parameters

token
string
required

Payment method token

Response

No content