how to delete an image from nexus along with the directory

Viewed 10

As part of our CI,we are uploading a temporary docker image by creating a temporary folder. our requirement is to delete the entire folder along with artifact from nexus after the end of the pipeline and for this we are using command

DELETE /service/rest/v1/components/{id}

but the above command is only deleting the artifact not the complete folder. COuld anyone assist me on this?

0 Answers
Related