Network Tokenization
Delete Network Token
Delete a network token from both the card network and PCI Booking storage.
DELETE
Deletes a network token from the card network (Visa, Mastercard, or Amex) and removes the corresponding PCI Booking token.
Error Responses
Parameter Constraints
- TokenId: Required, maximum 255 characters.
- Reason: Optional, maximum 255 characters.
Parameters
Headers
Your API key prefixed with
APIKEY. Example: APIKEY your-api-key. See the Authentication guide.Request Body
The card network brand. One of:
Visa, MasterCard, Amex.The network token identifier (as returned during network tokenization). Maximum 255 characters.
The source of the delete request (network-specific enum value).
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.

