Delete Branch

Delete an existing branch by its identifier.

Path parameter

  • id The identifier of the branch to delete.

Parameters

id
string
Required
Path parameter. The identifier of the branch to delete.
DELETE/v1/branches/{id}
curl https://api.lynxo.ai/v1/branches/{id} \
  -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR....." \
  -H "Content-Type: application/json" \
  -X DELETE \
  -d '{"id":"branch_12345"}'
RESPONSE
{}