removeBranch( snapshotName: string, branchName: string,): Promise< null | { created_at: string; forked_session_id: string; name: string },> Parameters
- snapshotName: string
- branchName: string
Returns Promise<null | { created_at: string; forked_session_id: string; name: string }>
Remove a branch from a snapshot. Returns the removed branch, or null if not found.