POST
/
cart
/
removeGiftcard
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successfully removed the gift card.

The response is of type object.