ProGet SDK Reference
Version:

DeletePackageAsync(PackageStorePackageId packageId) Method

Deletes a package from the store.

Syntax

public virtual System.Threading.Tasks.Task DeletePackageAsync(PackageStorePackageId packageId)

Parameters

packageId
Type: PackageStorePackageId

The ID of the package to delete.

Exceptions

System.ArgumentNullException

packageId is null (Nothing in Visual Basic).