Delete a stored card
Invalidates a previously generated card token, preventing its future use for transactions
Authorizations
Path parameters
card_identifierstringRequiredExample:
The unique card token to invalidate
CID-2210908e-6d8e-468d-9eb3-d551e8b541a0
Header parameters
Content-TypestringRequiredDefault:
Media type of the body sent to the API
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
401
Authentication error
application/json
404
Token not found
application/json
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?