cURL
curl --request POST \ --url https://v3.minestorecms.com/api/cart/removeGiftcard \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Gift Card was successfully removed!", "sum": 0, "type": "gift" }
Removes the gift card from the user’s cart and updates the gift card’s balance accordingly.