Hi all,
Early today, Nikerabbit noticed he couldn't delete a tag on a project he's owner of. This was a problem, so I've fixed it for everyone. If you're the owner of a project, you can now delete tags from the command line as expected.
`git push origin :refs/tags/mytag`
There's no way in the Gerrit UI to delete a tag, but this is the standard Git way to do it.
-Chad