tokens
aid_customers_cid_tokens_tid_delete
Delete Token
scopes:
- admin:customers
- write:customers
- user:customers
delete/accounts/{aid}/customers/users/{customer_id}/tokens/{tid}
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
customer_idstring required
The customer id you have defined for the customer. (must not have trailing or leading spaces)
tidstring required
The token id you have defined for the token. (must not have trailing or leading spaces)
Response
Token deleted
Example response
{
"created_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"deleted_by": "1c92f7e1-2897-4d46-bdcc-c127a914fb4e",
"type": "sha1:email",
"value": "a1b79ef1a62d94ffa86b3f3d846df0ee3993af92",
"metadata": {
"exp_month": 10,
"exp_year": 20,
"mask_pan": "**** **** **** 3477"
}
}