Git delete tag

up: Git
Local:

git tag -d v2.1.0

Remote:

git push --delete origin v2.1.0