Skip to content

Deleting releases with removed TAG in Release API

When in GIT, a TAG is created, it is possible to upload files and create a release using the API belonging to a TAG. But when a tag is removed, it is impossible to delete a release with the API:

curl --request DELETE --header "PRIVATE-TOKEN: token" "https://url/api/v4/projects/3/releases/tagid"

It would be really nice if we can remove releases after a tag is deleted from GIT.

Question

Edited by Robin Knoeff