DELETE residentapi/committees/{committeeId}/users
Removes user from a committee
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| committeeId | integer |
Required |
Body Parameters
UserCommitteeCreate| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId |
CWS Property Id. |
integer |
Required |
| UserId |
Cws User Id. |
integer |
Required |
| ConnectCommitteeId |
ConnectCommitteeId. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"propertyId": 1,
"userId": 1,
"connectCommitteeId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.