Skip to content

Delete Catalog Rule

Deletes a catalog rule — the Delete row action on the admin Marketing → Promotions → Catalog Rules screen. Removing a rule recomputes affected product prices in the background.

TIP

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

Endpoint

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

Details

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

Released under the MIT License.