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 is and how its fields behave.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/marketing/search-synonyms/mass-delete | POST |
Details
- Requires an admin Bearer token and the
marketing.search_seo.search_synonyms.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 synonym-group ids to delete |

