DELETE user/{id}/roles
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
Collection of RoleTypeRequest Formats
application/json, text/json
Sample:
[ 1, 1 ]
application/xml, text/xml
Sample:
<ArrayOfRoleType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Falck.Model.Enums"> <RoleType>Administrator</RoleType> <RoleType>Administrator</RoleType> </ArrayOfRoleType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.