The OSS version supports deletion of an item with the REST API you are linking to.
Here's an example: curl -f -i -X DELETE -u UserName:Password http://localhost:8081/artifactory/repo-key/path/to/file-or-folder Getting 400 with "-X DELETE" Http method, can mean: The path is not a local or cached file/folder. You cannot delete from a remote or virtual repository only local or remote-cache repo. There is a proxy that forbids you from executing DELETE methods. Hope this helps. Thank you, -- View this message in context: http://forums.jfrog.org/Rest-API-and-Artifactory-Pro-tp7578939p7578969.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
