Our API Docs just got a new look!

Delete a stored card

Invalidate a Card Token

delete

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

Authorizations
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
204

Card token successfully invalidated

delete
DELETE /v3/tokenization/{card_identifier} HTTP/1.1
Host: cc-api-stg.directa24.com
Authorization: YOUR_API_KEY
Content-Type: application/json
X-Date: 2025-08-29T19:10:15.728Z
X-Login: text
Accept: */*

No content

Last updated

Was this helpful?