Category — Mass Delete (GraphQL)
Deletes several categories in one call. indices is the list of category ids to delete. The whole batch is pre-validated: if any id is the root category or a channel root, the entire batch is rejected with an error and nothing is deleted. Ids that don't exist are silently skipped and do not appear in deleted. deleted is the list of ids actually removed.
See the Categories overview for how this menu works.
Input
| Field | Type | Notes |
|---|---|---|
indices | Iterable | Category ids to delete. Declared nullable in the schema; the API rejects an empty list with 400. |

