Delete secure token

Delete a secure token and its represented payment details.
Note: If you delete a token, you can’t reuse its identifier.

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.