Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Getting a not authorized error when trying to delete a nuget package
-
Hi, I want to delete (not unlist) a number of older packages in our nuget feed under proget. I saw in a number of questions posted here hat i think the only way to do that is to make a DELETE http call to the url of the package you want to delete. This call would include a nuget apikey in the headers.
my example and the error i am receiving:
DELETE
https://packages.zywave.com/nuget/Integration/Zywave.Shared.MailQueue.Contracts/2.0.780495.190245
"You are not authorized to delete a package in this feed."what would cause this error to occur? if there is a permission somewhere that we should look at? if so, specifically where in proget?
Product: ProGet
Version: 5.0.13
-
There is a task attribute called "Delete Package". Just make sure you have a Task that has that attribute. You can see more info about it here:
https://inedo.com/support/documentation/proget/administration/security/creating-tasks