delete_branch
Permanently delete a branch and all its checkpoints, freeing project resources. Ideal when a branch is no longer needed; use close_branch to archive reversibly.
Instructions
DESTRUCTIVE: permanently delete a branch and its checkpoints. Cannot be undone. Cannot delete the current branch or a permanent branch. Does not reload the editor. When NOT to use: to archive a branch reversibly (use close_branch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branchId | Yes | Id of the branch to delete (from list_branches) |