ChocolateySources.

RemoveSource(string, ChocolateySourcesSettings) Method

Summary

Remove specified Chocolatey package source.

Syntax

public void RemoveSource(string name, ChocolateySourcesSettings settings)

Parameters

Name Type Description
name string Name of the source.
settings ChocolateySourcesSettings The settings.

Return Value

Type Description
void