POST api/Chat/Chat/DeleteMessage
Request Information
URI Parameters
None.
Body Parameters
pa_DeleteMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageId | integer |
None. |
|
| GroupMemberId | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"messageId": 1,
"groupMemberId": 2,
"status": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
