• git tag -d [tagname]
    git tag -d 1.0.0
  • git push origin :[tagname]
    git push origin :1.0.0

References