RemoveRoleAssignment
Removes the role assignment with the specified principal and role definition from the list, or list item.
Input
| Name | Type | Required | Description |
| RoleId | Int | True | The ID of the role definition in the role assignment. |
| PrincipalId | Int | True | The ID of the user or group in the role assignment |
| List | String | True | The internal name of the list to remove the role assignment. |
| ItemId | Int | False | 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. |