- Manage Webhook Subscriptions
- Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
- Network Tokens for Partners
On This Page
Delete a Standalone Network Token
This section contains the required information for partners, merchants, and acquirers to
delete a standalone network token.
A successful delete response returns an empty
HTTP 204 No Content
status. For information on status codes, see HTTP Status Codes.IMPORTANT
This is only available for Visa network tokens. You cannot use
this feature to delete American Express or Mastercard network tokens.
Endpoint
Test:
DELETE
https://apitest.cybersource.com
/tms/v2/tokenized-cards/{tokenizedCardId}Production:
DELETE
https://api.cybersource.com
/tms/v2/tokenized-cards/{tokenizedCardId}Production in India:
DELETE
https://api.in.cybersource.com
/tms/v2/tokenized-cards/{tokenizedCardId}{tokenizedCardId}
id
field when you provisioned the network token. For more
information, see Provision a Network Token for a Consumer. REST Example: Deleting a Standalone Network Token
Request
DELETEhttps://apitest.cybersource.com/tms/v2/tokenized-cards/223ACDECF1681954E063A2598D0A786D
Response to a Successful Request
A successful delete response returns an empty
HTTP 204 No
Content
status.