Because i have to look it up all the time (and WS has no UI support AFAIK)…
If you created a tag like ‘mytag’ you can delete it by running:
git tag -d mytag
git push origin :refs/tags/mytag
That will remove ‘mytag’ from your local and the remote repository.