secureTokens

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.

delete/processing-terminals/{processingTerminalId}/secure-tokens/{secureTokenId}

Path parameters

processingTerminalIdstring required

Unique identifier that we assigned to the terminal.

secureTokenIdstring required

Unique identifier that the merchant assigned to the secure token.

Headers

Authorizationstring required

Bearer authentication

Response

Successful request. We deleted the secure token.

object required

Changes