Customer Tokens
General operations for customer tokens
Delete a customer token
If you wish to remove a customer token from XPay, you can do so by using the DELETE
endpoint with the token UUID.
Delete customer token
DELETE
https://staging.api.xpay.xcover.com/customer-tokens/{tokenUuid}
This operation removes a given customer token from XPay.
Path Parameters
Name
Type
Description
tokenUuid*
String
The customer token UUID
Headers
Name
Type
Description
Authorization*
String
Bearer {
{JWT}}
Last updated