Skip to main content
POST
/
cart
/
removeCoupon
Remove the currently applied coupon from the user's cart
curl --request POST \
  --url https://v3.minestorecms.com/api/cart/removeCoupon \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Coupon was successfully removed!",
  "percent": 0,
  "type": "coupon"
}

Authorizations

Authorization
string
header
required

Response

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