RemoveRoleAssignment
Removes the role assignment with the specified principal and role definition from the list, or list item.
Input
Name | Type | Description |
RoleId | Int | The ID of the role definition in the role assignment. |
PrincipalId | Int | The ID of the user or group in the role assignment |
List | String | The internal name of the list to remove the role assignment. |
ItemId | Int | The list item id to remove the role assignment. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |
ErrorCode | Integer | The error code in case the procedure is not executed successfully. |
ErrorMessage | String | The error message in case the procedure is not executed successfully. |