ChocolateyUninstaller.

Uninstall(IEnumerable<string>, ChocolateyUninstallSettings) Method

Summary

Uninstalls Chocolatey packages using the specified package id and settings.

Syntax

public void Uninstall(IEnumerable<string> packageIds, ChocolateyUninstallSettings settings)

Parameters

Name Type Description
packageIds IEnumerable<string> List of package ids to uninstall.
settings ChocolateyUninstallSettings The settings.

Return Value

Type Description
void