删除会话中漫游/历史消息
DELETE
/im/v2/conversations/{conversation_id}/messages请求参数
Path 参数
conversation_id
string
必需
会话 ID。会话 ID 需要用户自行拼装,拼装规则:
sender_id|conversation_type|receiver_id
sender_id:会话消息发送者的账号 ID,String 类型
conversation_type:会话类型,1:单聊会话;2:高级群会话;3:超大群会话
receiver_id:接收会话消息的账号 ID 或群组 ID
单聊会话时为消息接收者的账号 ID;高级群会话时为接收消息的高级群 ID;超大群会话时为超大群 ID。
示例值:
apifoxtest1|1|apifoxtest2
Query 参数
type
integer
必需
需要删除的消息。
1:删除漫游消息。
2:删除历史消息。
示例值:
1
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
示例
{
"code": 0,
"msg": "string",
"data": {}
}
最后修改时间: 8 个月前