DELETE residentapi/board/users

Removes a user from a board committee

Request Information

URI Parameters

None.

Body Parameters

UserCommitteBoardDelete
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.