Giftcards
Remove Giftcard
Removes the gift card from the user’s cart and updates the gift card’s balance accordingly.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Successfully removed the gift card.
Indicates the operation was successful.
Example:
true
Confirmation message for the gift card removal.
Example:
"Gift Card was successfully removed!"
The remaining balance on the gift card after removal (always 0 in this case).
Example:
0
Type of the discount applied (in this case, always 'gift').
Example:
"gift"