Skip to main content
POST
/
cart
/
removeGiftcard
Remove the currently applied gift card from the user's cart
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

Response

status
boolean
Example:
message
string
Example:
sum
number
Example:
type
string
Example: