Skip to content

Delete Cart Rule

Deletes a cart rule — the Delete row action on the admin Marketing → Promotions → Cart Rules screen.

TIP

New here? Read the Cart Rules overview for what a cart rule does and how its fields behave.

Endpoint

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

Details

  • Requires an admin Bearer token and the marketing.promotions.cart_rules.delete permission.
  • Returns a success message on completion.
  • An unknown id returns a 404.

Released under the MIT License.