pub async fn validate_image_deletion(
infra: &InfraContext<'_>,
token: &str,
image_id_vec: &[&str],
settings_hsm_group_name_opt: Option<&str>,
) -> Result<(), Error>Expand description
Validate that images can be deleted (not used by boot nodes, not restricted). Does NOT perform deletion.