Network Tokenization
Delete Network Token
Delete a network token from both the card network and PCI Booking storage.
DELETE
Network Tokenization Guide
Create and manage network tokens for stored cards
Error Responses
Parameter Constraints
- TokenId: Required, maximum 255 characters.
- Reason: Optional, maximum 255 characters.
Parameters
Headers
string
required
Your API key prefixed with
APIKEY. Example: APIKEY your-api-key. See the Authentication guide.Request Body
string
required
The card network brand. One of:
Visa, MasterCard, Amex.string
required
The network token identifier (as returned during network tokenization). Maximum 255 characters.
string
required
The source of the delete request (network-specific enum value).
string
Reason for deleting the network token. Maximum 255 characters.
Response
200 - Network token deleted. Returnstrue if the token was successfully deleted from the card network.

