delete_branch
Remove branches from Bitbucket repositories to clean up development workflows and maintain organized version control systems.
Instructions
Delete a branch from a repository.
Args: repo_slug: Repository slug (name) name: Branch name to delete workspace: Bitbucket workspace (optional if configured)
Returns: Confirmation or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| name | Yes | ||
| workspace | No |