Deletes an access right for a specified object.
Output / Response
None.
API Call:
void deleteAccessRight( long entityId, long
userId )
Parameter | Description |
---|---|
entityId | The object ID of the entity to which the access right is assigned. |
userId | The object ID of the user to whom this access right is applied. |