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.
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.