Delete Token
DELETE/v2/cards/:token_id
This endpoint deletes or deactivates a previously created token_id
.
Once deleted, the card token can no longer be used to create new payments.
⚠️ If the token is already used in an in-progress transaction, it will not affect that transaction but will prevent future usage.
Request
Responses
- 200
- 400
- 401
- 404
Card token deleted
Bad Request
Unauthorized
Token ID not found.