Skip to content

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

EndpointMethod
/api/admin/marketing/cart-rules/{cartRuleId}/coupons/{id}DELETE

Details

  • Requires an admin Bearer token and the marketing.promotions.cart_rules.delete permission.
  • The coupon must belong to the named cartRuleId — a coupon from another rule (or an unknown id) returns a 404.
  • Returns a success message on completion.

Released under the MIT License.