Parameters
JSON body
Request body
application/jsonlinkIdstringRequiredInternal id of the holding-link row (from /holding-tree).
Hard-deletes the holding-link row. Always scoped by organisation. Idempotent — deleting a missing row returns { deleted: false } rather than throwing.
JSON body
linkIdstringRequiredInternal id of the holding-link row (from /holding-tree).
1 status code documented
successbooleanRequireddeletedbooleanRequired{
"success": false,
"deleted": false
}POST /bff/branch/holding/unlink
curl -X POST "https://api.bizkithub.com/bff/branch/holding/unlink" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"linkId": "example_linkId"
}'All BizKitHub public API endpoints require authentication via API key.