Mass Delete Search Terms
Deletes several search terms in one call — the Mass Delete action on the admin Marketing → Search & SEO → Search Terms datagrid.
TIP
New here? Read the Search Terms overview for what a search term records and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminMarketingSearchTermMassDelete | Mutation | Delete multiple search terms |
Details
- Requires an admin Bearer token and the
marketing.search_seo.search_terms.deletepermission. - Pass the numeric term 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 search-term ids to delete |

