Delete secure token
Use this method to delete a secure token and its related payment details from our vault.
To delete a secure token, you need its secureTokenId, which you sent in the request of the Create Secure Token method.
Note: If you don’t have the secureTokenId, use our List Secure Tokens method to search for the secure token.
When you delete a secure token, you can’t recover it, and you can’t reuse its identifier for a new token.
Path parameters
processingTerminalId
Unique identifier that we assigned to the terminal.
secureTokenId
Unique identifier that the merchant assigned to the secure token.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. We deleted the secure token.