cURL
curl --request DELETE \ --url https://sandbox-api.cardcash.com/v3/v3/carts/{cartId}/cards/{cardId} \ --header 'Authorization: Bearer <token>'
Remove a card entirely from the cart
cartId
cardId
curl -X DELETE https://sandbox-api.cardcash.com/v3/carts/CART_ID/cards/CARD_ID \ -H "x-cc-app: YOUR_APP_ID" \ -H "Authorization: Bearer YOUR_TOKEN"
{ "cartId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890", "cards": [], "couponData": null }
qty