I'm trying to manually clean up some specific old artifacts. I'm happy just deleting the big artifacts for specific builds under: http://artifactory.example.com/artifactory/simple/libs-releases-local/com/company/path/buildName/submodule/version/
I think my best bet is using the REST API, however I'm having trouble mapping the documentation for Artifactory REST API to curl commands.
Could someone give the curl commands for, say, file info and delete item for my specific file? I think if I had that, I could figure out the rest of what I'm failing to understand. Or, if you have other great suggestions, I'm all ears.
Note, my company is using the free edition of Artifactory 2.6.1. This has severely limited the possible solutions to my problem. I've already discovered the following is unsupported:
- AQL: Added in 3.5
- "delete versions" button in the UI.
- "delete builds" in API (a "pro" only feature)