Delete Branch
Delete an existing branch by its identifier.
Path parameter
idThe identifier of the branch to delete.
Parameters
id
string
RequiredPath parameter. The identifier of the branch to delete.
DELETE/v1/branches/{id}
bash
curl https://api.lynxo.ai/v1/branches/{id} \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR....." \
-H "Content-Type: application/json" \
-X DELETE \
-d '{"id":"branch_12345"}'RESPONSE
{}