I've accidentally created a library in NuGet and want to delete it (so far, nobody has downloaded it). I've installed the NuGet CLI, and tried the following command:
nuget delete mynugetlibrary 1.0 -source nuget.org
When I do this, it asks me for a username and password; however, I log-in to NuGet using my Microsoft username and password (which don't seem to be accepted by the NuGet CLI). How can I get around this?