DELETE /api/users/{userid}/roles/{roleid}
Removes a role assignment from the specified user.
Parameters
| Name | In | Description | Required | Type |
|---|---|---|---|---|
| userId | path | User identifier (GID unless lookupField provided). | true | string |
| roleId | path | Role assignment identifier (gbr_gbrid). | true | string |
| lookupField | query | Lookup field. Possible values: Id (default) and Code. | string |