delete_branch
Delete a branch from a Codeup repository by providing the organization ID, repository ID, and branch name. This cleans up unnecessary branches in the Alibaba Cloud DevOps code management workflow.
Instructions
[Code Management] Delete a branch from a Codeup repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchName | Yes | Branch name (use URL-Encoder for encoding, example: feature%2Fdev) | |
| repositoryId | Yes | Repository ID, or org/repo path with slashes URL-encoded as %2F. e.g. 2835387 or myorg%2Fmyrepo | |
| organizationId | Yes | Organization ID |