Parameters
JSON body
Request body
application/jsonentitystringRequiredentityCodestringRequiredmemberIdstringRequiredExternal member id of the member whose access to revoke.
Soft-revoke (sets valid_to=NOW()). Root members keep access through the root permission.
JSON body
entitystringRequiredentityCodestringRequiredmemberIdstringRequiredExternal member id of the member whose access to revoke.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/permission/entity-share-remove
curl -X POST "https://api.bizkithub.com/bff/permission/entity-share-remove" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"entity": "example_entity",
"entityCode": "example_entityCode",
"memberId": "example_memberId"
}'All BizKitHub public API endpoints require authentication via API key.