Delete
POST/Token/Delete
Delete will remove the sensitive data element and corresponding token from your token vault.
info
The Delete function is only applicable to vaulted tokenization.
Delete will return an error if a vaultless tokenization profile is specified in the tx-tokenex-id
header.
Request
Header Parameters
tx-tokenex-id stringrequired
Your TokenEx token vault identifier.
Default value:
YourVaultedTokenExID
tx-apikey stringrequired
Provides access to one or more functions in the TokenEx API.
Default value:
APIKeyAssociatedWithYourVaultedTokenExID
- application/json
Body
token stringrequired
The token that corresponds to the sensitive data element to be deleted from your token vault.
Default value:
TphDRnymQzVHWnYH6S
Responses
- 200
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
success boolean
Default value:
true
Example:
true
referenceNumber string
Example:
210424812110512863491
message string
Example:
Token Deleted
{
"success": true,
"referenceNumber": "210424812110512863491",
"message": "Token Deleted"
}
Loading...