Delete Cart Rule Coupon
Deletes a single coupon from a cart rule — the Delete row action on the Coupons tab of the admin Marketing → Promotions → Cart Rules screen.
TIP
New here? Read the Cart Rule Coupons overview for what these coupons do and how they relate to a cart rule.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/marketing/cart-rules/{cartRuleId}/coupons/{id} | DELETE |
Details
- Requires an admin Bearer token and the
marketing.promotions.cart_rules.deletepermission. - The coupon must belong to the named
cartRuleId— a coupon from another rule (or an unknown id) returns a404. - Returns a success message on completion.

