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

id
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}" 
{}