Tag deletion using the API doesn't work (404)
Created by: gpocentek
When trying to delete a tag using the API I get a 404 error. The request I'm using is:
curl -H "PRIVATE-TOKEN: $TOKEN" -X DELETE http://localhost:8080/api/v3/projects/1/repository/tags/1.0
The 1.0 tag has been created using the web interface. I am missing something, or could it be a bug?
Thanks.