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
Confirmation message for the gift card removal.
Indicates the operation was successful.
The remaining balance on the gift card after removal (always 0 in this case).
Type of the discount applied (in this case, always 'gift').