bb_delete_file
Delete a file from a Bitbucket repository, specifying the branch, commit message, and optional repository or workspace details.
Instructions
Delete a file from a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to delete | |
| branch | No | Branch to commit to | main |
| message | No | Commit message | Delete file via MCP |
| repo_slug | No | Repository slug/name; defaults to the repo detected from the current directory's git remote | |
| workspace | No | Bitbucket workspace |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |