DELETE residentapi/board/users
Removes a user from a board committee
Request Information
URI Parameters
None.
Body Parameters
UserCommitteBoardDelete| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId |
CWS Property Id. |
integer |
Required |
| UserId |
Cws User Id. |
integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"propertyId": 1,
"userId": 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.