Baskets
Remove a coupon from a Basket
Detaches a previously-applied CouponCode from the basket. Any discount the coupon was contributing is reversed and the totals are recalculated.
As with POST /shop/basket/{basketId}/coupons, customer-facing flows can only remove coupons while the basket is in_progress; staff (authenticated as a User) need the reservations.manage permission for the site.
delete/shop/basket/{basketId}/coupons/{coupon}
Response
The coupon was successfully removed from the basket.
Changes
No recorded changes to this endpoint across all 1 revision of this API.