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

processingTerminalIdstringRequired>=4 characters<=50 characters
Unique identifier that we assigned to the terminal.
secureTokenIdstringRequired>=1 character<=200 characters
Unique identifier that the merchant assigned to the secure token.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. We deleted the secure token.

Errors