Delete Item

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Deletes a file or a folder from the specified local repository or remote repository cache.

Security: Requires a user with 'delete' permission (can be anonymous)

Usage: DELETE /repo-key/path/to/file-or-folder

Sample Usage:

For local repositories:

DELETE http://localhost:8081/artifactory/libs-release-local/ch/qos/logback/logback-classic/0.9.9

For remote repositories:

DELETE http://localhost:8081/artifactory/libs-release-remote-cache/ch/qos/logback/logback-classic/0.9.9