To delete a package using curl:
curl -kL -v -X DELETE -u Admin:<pass> http://<api endpoint url>/package/<package_name>/<package_version>
you can get the api endpoint url from the feed settings. top right hand corner.
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!
To delete a package using curl:
curl -kL -v -X DELETE -u Admin:<pass> http://<api endpoint url>/package/<package_name>/<package_version>
you can get the api endpoint url from the feed settings. top right hand corner.