DELETE api/organizationmanagement/user/{userId}/ClientAssignments/{clientId}
Removes a client assignment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId |
The user identifier. |
integer |
Required |
clientId |
The client identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The Operation Result.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.