Resolution

How can I completely remove artifacts from Artifactory?

AuthorFullName__c
Joshua Han
articleNumber
000004177
ft:sourceType
Salesforce
FirstPublishedDate
2018-05-31T23:06:51Z
lastModifiedDate
2025-05-14
VersionNumber
4
1. You may delete an artifact or a build via Artifactory GUI or following REST APIs with a user that has Delete permission to the resource 2. Please note that artifacts do not get removed from storage immediately if you have Trash Can feature enabled (enabled by default). If you would like to delete the artifacts from the Trash Can, you may delete it from the Artifact browser or by running following REST APIs. 3. Even after above steps, Artifactory does not immediately free up filestore because Artifactory runs the delete operation during its Garbage Collection and only if the binary is not referenced anywhere in the database.

Related reference:
https://www.jfrog.com/confluence/display/RTF/Managing+Disk+Space+Usage
https://github.com/JFrogDev/artifactory-user-plugins/tree/master/cleanup/artifactCleanup