Delete an existing tag reference.
The tag name will be checked for validity. See git_tag_create() for rules about valid names.
Repository where lives the tag
Name of the tag to be deleted; this name is validated for consistency.
0 on success, git_error_code.GIT_EINVALIDSPEC or an error code
See Implementation
Delete an existing tag reference.
The tag name will be checked for validity. See git_tag_create() for rules about valid names.