Delete repository branch
delete_branchDelete a GitLab repository branch, excluding protected branches, by specifying the project and branch name.
Instructions
Delete a GitLab repository branch. Protected branches cannot be deleted through this operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | ||
| project | Yes | GitLab project ID or full path such as group/project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |