cURL
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" }
Removes the coupon from the user’s cart and updates the cart items’ prices accordingly.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully removed the coupon.
The response is of type object.
object