pub async fn delete_images(
infra: &InfraContext<'_>,
token: &str,
image_id_vec: &[&str],
settings_hsm_group_name_opt: Option<&str>,
) -> Result<Vec<String>, Error>Expand description
Validate and delete IMS images. Returns list of image IDs that were successfully deleted.