delete_branch
Delete a branch from your Bauplan data catalog by providing the branch name in the format <username.branch_name>.
Instructions
Delete a specified branch from the user's Bauplan data catalog using a branch name.
Args: branch: Name of the branch to delete. Must follow the format <username.branch_name>.
Returns: BranchDeleted: Object indicating success/failure of the deletion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deleted | Yes | ||
| branch | Yes | ||
| message | No |