Mass Delete Theme Customizations
Delete several theme customization blocks in one call by passing their numeric ids in indices. Non-existent ids are silently skipped.
The deleted field returns a plain array of the ids that were removed.
Operation
| Operation | Type | Purpose |
|---|---|---|
createAdminSettingsThemeMassDelete | Mutation | Delete several theme customization blocks |
Input
| Field | Type | Required | Purpose |
|---|---|---|---|
indices | Iterable | yes | Array of numeric block ids to delete. An empty array is rejected. |
Permission: settings.themes.delete. All operations require an admin Bearer token — see Authentication.

