curl --request DELETE \
--url https://api.example.com/orgs/{org_id}/nodes/{node_id}/branches/{branch_name}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Delete a branch from a node.
curl --request DELETE \
--url https://api.example.com/orgs/{org_id}/nodes/{node_id}/branches/{branch_name}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}