/bff/permission/entity-share-remove
Soft-revoke (sets valid_to=NOW()). Root members keep access through the root permission.
PermissionpostBffPermissionEntity-share-remove
Parameters
3 body
Body · 3
entitystringRequiredentityCodestringRequiredmemberIdstringRequiredExternal member id of the member whose access to revoke.
Request
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"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.