tag_delete
Remove a specified tag from a Git repository. Specify the tag name and the absolute path to the repository to execute the deletion.
Instructions
Delete a tag
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Tag name | |
path | No | Path to repository. MUST be an absolute path (e.g., /Users/username/projects/my-repo) |