delete_branch
Delete a branch from a Bitbucket Server repository using the project key, repository slug, and full branch name.
Instructions
Delete a branch from a Bitbucket Server repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | Yes | The repository slug | |
| branchName | Yes | The full branch name to delete (e.g., refs/heads/feature-branch) | |
| projectKey | Yes | The project key (e.g., PROJ) |