How do you delete a Git tag that has already been pushed?
The following command can be used to delete a Git tag that has already been pushed
git push --delete origin YOUR_TAG_NAME
For more commands like this go through the following tutorial