Cards
Delete Card
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
{}