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.