# This command will delete v1.0.1 from local
git tag -d v1.0.1
# This command will delete v1.0.1 from remote
git push origin :refs/tags/v1.0.1