Skip to content

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

OperationTypePurpose
createAdminSettingsThemeMassDeleteMutationDelete several theme customization blocks

Input

FieldTypeRequiredPurpose
indicesIterableyesArray of numeric block ids to delete. An empty array is rejected.

Permission: settings.themes.delete. All operations require an admin Bearer token — see Authentication.

Released under the MIT License.