dotnet-nuget-delete - Man Page

Deletes or unlists a package from the server.

dotnet nuget delete

This article applies to: ✔️ .NET Core 3.1 SDK and later versions

Synopsis

dotnet nuget delete [<PACKAGE_NAME> <PACKAGE_VERSION>] [--force-english-output]
    [--interactive] [-k|--api-key <API_KEY>] [--no-service-endpoint]
    [--non-interactive] [-s|--source <SOURCE>]

dotnet nuget delete -h|--help

Description

The dotnet nuget delete command deletes or unlists a package from the server. For nuget.org (https://www.nuget.org/), the action is to unlist the package.

Arguments

Options

Examples

Info

2023-10-25 .NET Documentation