curl https://api.thanxsandbox.com/cards/92b7b0dac4 \
-X DELETE \
-H "Content-Type: application/json" \
-H "Accept-Version: v4.0" \
-H "Accept: application/json" \
-H "Authorization: Bearer ${token}" \
-H "X-ClientId: ${client_id}"
{}
Cards
Delete Card
This endpoint archives a registered card. The card is unenrolled from Visa/Mastercard/Amex.
DELETE
/
cards
/
:id
curl https://api.thanxsandbox.com/cards/92b7b0dac4 \
-X DELETE \
-H "Content-Type: application/json" \
-H "Accept-Version: v4.0" \
-H "Accept: application/json" \
-H "Authorization: Bearer ${token}" \
-H "X-ClientId: ${client_id}"
{}
Please review proper request headers here.
Parameters
string
required
The card id
curl https://api.thanxsandbox.com/cards/92b7b0dac4 \
-X DELETE \
-H "Content-Type: application/json" \
-H "Accept-Version: v4.0" \
-H "Accept: application/json" \
-H "Authorization: Bearer ${token}" \
-H "X-ClientId: ${client_id}"
{}