You probably won't need to do this often (if ever at all) but just in case, here is how to delete a tag from a remote Git repository.
git tag -d tag_example
git push origin :refs/tags/tag_example
Based on https://nathanhoad.net/how-to-delete-a-remote-git-tag