DocsAPI ReferenceBranch/bff/branch/remove-branch-person
postBranchAdmin BFF

/bff/branch/remove-branch-person

Deletes a single branch_person row owned by the caller’s organisation.

BranchpostBffBranchRemove-branch-person

Parameters

1 body

1 total
Body · 1
personIdstringRequired

Internal id of the branch_person row (from the detail response).

Request

POST /bff/branch/remove-branch-person

post
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.

Get API Key