nexus-repository-composer icon indicating copy to clipboard operation
nexus-repository-composer copied to clipboard

Support deleting artifacts

Open anbuc opened this issue 5 years ago • 1 comments

  • What are you trying to do? Sending a DELETE request instead of an PUT request to delete the previously created artifact

  • What feature or behavior is this required for? Remove artifacts that are no longer required and should no longer be available to download

  • How could we solve this issue?

    • Adding a route for the DELETE request, supporting the same url as the PUT request
    • Delete the artifact that would have been created if it where a PUT request
    • Update package.json so requesting it leads to an error

anbuc avatar Jan 13 '20 14:01 anbuc

Would it be possible to support artifact deletion via Web UI as well?

tagirb avatar Jan 16 '20 13:01 tagirb