delete_tag
Remove tags from Bitbucket repositories to clean up version history and manage releases. Specify repository slug and tag name to delete unwanted tags.
Instructions
Delete a tag from a repository.
Args:
repo_slug: Repository slug
tag_name: Tag name to delete
Returns:
Confirmation of deletionInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| tag_name | Yes |