curl --request DELETE \
--url https://api.yertle.com/orgs/{org_id}/nodes/{node_id}/branches/{branch_name}{
"message": "<string>"
}Delete a branch from a node.
Safe by default: the branch must be merged into main (or have an open
PR that was merged) before deletion is allowed. Pass force=true to
delete an unmerged branch, which discards any commits unique to it.
The main branch cannot be deleted.
Requires editor or owner role on the organization — viewers cannot delete branches.
curl --request DELETE \
--url https://api.yertle.com/orgs/{org_id}/nodes/{node_id}/branches/{branch_name}{
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.