delete-leftDelete a stored card

Invalidate a Card Token

delete

Invalidates a previously generated card token, preventing its future use for transactions

Authorizations
AuthorizationstringRequired

Authorization control hash

Path parameters
card_identifierstringRequired

The unique card token to invalidate

Example: CID-2210908e-6d8e-468d-9eb3-d551e8b541a0
Header parameters
Content-TypestringRequired

Media type of the body sent to the API

Default: application/json
X-Datestring · date-timeRequired

ISO8601 Datetime with Timezone (yyyy-MM-dd'T'HH:mm:ssZ)

X-LoginstringRequired

Merchant X-Login API Key

X-Idempotency-KeystringOptional

Unique idempotency key for ensuring that the same request is not processed more than once

Responses
delete
/v3/tokenization/{card_identifier}

No content

Last updated

Was this helpful?