pub async fn delete_boot_parameters( infra: &InfraContext<'_>, token: &str, hosts: Vec<String>, ) -> Result<(), Error>
Delete boot parameters for the specified hosts.