Mass Delete Catalog Rules
Deletes several catalog rules in one call — the Mass Delete action on the admin Marketing → Promotions → Catalog Rules datagrid. Removing rules 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
| Endpoint | Method |
|---|---|
/api/admin/marketing/catalog-rules/mass-delete | POST |
Details
- Requires an admin Bearer token and the
marketing.promotions.catalog_rules.deletepermission. - Non-existent ids are silently skipped (returned in
skipped); the ids actually removed are returned indeleted. - An empty or missing
indiceslist returns a422error.
Request body
| Field | Type | Required | Notes |
|---|---|---|---|
indices | int[] | yes | Non-empty list of numeric rule ids to delete |

