delete_branch
Deletes a branch from a Bitbucket repository. Specify workspace, repository, and branch name; optionally force delete if not merged.
Instructions
Delete a branch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force delete even if branch is not merged (optional, default: false) | |
| workspace | Yes | Bitbucket workspace/project key (e.g., "PROJ") | |
| repository | Yes | Repository slug (e.g., "my-repo") | |
| branch_name | Yes | Branch name to delete |