Skip to main content
POST
Remove the currently applied coupon 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 coupon.

status
boolean

Indicates the operation was successful.

Example:

true

message
string

Confirmation message for the coupon removal.

Example:

"Coupon was successfully removed!"

percent
number<float>

Always 0 if the coupon was removed.

Example:

0

type
string

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

Example:

"coupon"