bb_delete_branch
Delete a branch from a Bitbucket repository. Requires explicit confirmation to permanently remove the branch.
Instructions
Delete a branch from a Bitbucket repository (destructive action, requires confirmation)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Branch name to delete | |
| confirm | Yes | Must be true to confirm this destructive action | |
| repo_slug | Yes | Repository slug | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |