POST mobile/conversation/removemessage?messageId={messageId}
remove message for current conversation
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| messageId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "b19a3e5f-765d-4e8d-a52a-26e31c128f96",
"data": {}
}
application/xml, text/xml
Sample:
<ApiResponseOfVoidOutVOFP0KSs_SV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API"> <CachedKey>sample string 3</CachedKey> <Code>None</Code> <CorrelationId>b19a3e5f-765d-4e8d-a52a-26e31c128f96</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfVoidOutVOFP0KSs_SV>