Parameters
JSON body
Request body
application/jsonpersonIdstringRequiredInternal id of the branch_person row (from the detail response).
Deletes a single branch_person row owned by the caller’s organisation.
JSON body
personIdstringRequiredInternal id of the branch_person row (from the detail response).
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/branch/remove-branch-person
curl -X POST "https://api.bizkithub.com/bff/branch/remove-branch-person" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"personId": "example_personId"
}'All BizKitHub public API endpoints require authentication via API key.