/bff/branch/remove-branch-person
Deletes a single branch_person row owned by the caller’s organisation.
BranchpostBffBranchRemove-branch-person
Parameters
1 body
Body · 1
personIdstringRequiredInternal id of the branch_person row (from the detail response).
Request
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"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.