Run following command
//Delete remote: git push -d origin $(git tag -l "tag_prefix*") // Delete local: git tag -d $(git tag -l "tag_prefix*")