POST Space/API/Action/Request/DeleteMember

Request Information

URI Parameters

None.

Body Parameters

ActionDeleteMemberCreateRequestDto
NameDescriptionTypeAdditional information
meetingId

integer

None.

meetingMemberId

integer

None.

UserId

integer

None.

isEditable

boolean

None.

actionPointId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "meetingId": 1,
  "meetingMemberId": 2,
  "UserId": 3,
  "isEditable": true,
  "actionPointId": 5
}

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.