Skip to main content
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

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Request Body

Brand
string
required
The card network brand. One of: Visa, MasterCard, Amex.
TokenId
string
required
The network token identifier (as returned during network tokenization). Maximum 255 characters.
Source
string
required
The source of the delete request (network-specific enum value).
Reason
string
Reason for deleting the network token. Maximum 255 characters.

Response

200 - Network token deleted. Returns true if the token was successfully deleted from the card network.