Mass Delete Search Synonyms
Deletes several search synonym groups in one call — the Mass Delete action on the admin Marketing → Search & SEO → Search Synonyms datagrid.
TIP
New here? Read the Search Synonyms overview for what a search synonym does and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminMarketingSearchSynonymMassDelete | Mutation | Delete multiple search synonym groups |
Details
- Requires an admin Bearer token and the
marketing.search_seo.search_synonyms.deletepermission. - Pass the numeric synonym ids in
indices. Non-existent ids are silently skipped (returned inskipped); the ids actually removed are returned indeleted. - An empty or missing
indiceslist returns a422error.
Input fields
| Field | Type | Required | Notes |
|---|---|---|---|
indices | Array | Yes | Non-empty list of numeric synonym ids to delete |

