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!
Deleting packages via the API
-
Hi,
This is a follow-up to this question: http://inedo.com/support/questions/4413
It wasn't clear to me from that how to accomplish this task. I tried and was told the API accepts only POSTs and GETs. How should I construct a POST to do this?Also, is there a plan to make this functionality externally viewable?
Thanks,
JoelProduct: ProGet
Version: 3.8.0
-
There must be some confusion here... I don't see where you could be getting that message.
Simply perform an HTTP DELETE to http://server/nuget/PackageName/PackageVersion to delete the package.
If you need to see the exact format NuGet uses, run the nuget.exe client while using Fiddler, and run the nuget delete command mentioned in the linked post.
-
Thanks. Once I gave the anonymous user delete package privileges, and passed the API key as a header, I was able to accomplish this. However, I find it odd that a successful DELETE call returns nothing.