delete_branch
Deletes a branch from a GitFlic project by specifying owner, project, and branch name. Currently returns 405 from the GitFlic API.
Instructions
Delete a branch from a GitFlic project. WARNING: this endpoint currently returns 405 on api.gitflic.ru due to a GitFlic API limitation — this is not an MCP server bug. Do not use until GitFlic fixes the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| project | Yes | Project alias | |
| branchName | Yes | Branch name to delete |