POST Space/API/Action/Request/DeleteMember
Request Information
URI Parameters
None.
Body Parameters
ActionDeleteMemberCreateRequestDtoName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.