Skip to main content
POST
Remove the currently applied gift card from the user's cart

Authorizations

Authorization
string
header
required

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

Response

Successfully removed the gift card.

status
boolean

Indicates the operation was successful.

Example:

true

message
string

Confirmation message for the gift card removal.

Example:

"Gift Card was successfully removed!"

sum
number<float>

The remaining balance on the gift card after removal (always 0 in this case).

Example:

0

type
string

Type of the discount applied (in this case, always 'gift').

Example:

"gift"