git tag -d $(git tag -l)
Delete a remote Git tag $ git push --delete origin tagname
git fetch git tag -l | xargs -n 1 git push --delete origin