Cards
Delete Card
Cards
Delete Card
This endpoint archives a registered card. The card is unenrolled from Visa/Mastercard/Amex.
DELETE
/cards/:id
Bearer*
curl --request DELETE \
--url https://api.thanx.com/cards/:id \
--header 'Authorization: Bearer <token>'
Parameters
idrequired
string
The card id
curl https://api.thanxsandbox.com/cards/92b7b0dac4 \
-X DELETE \
$AUTH_HEADERS
{}
curl https://api.thanxsandbox.com/cards/92b7b0dac4 \
-X DELETE \
$AUTH_HEADERS
{}