简体中文
curl -X POST "http://localhost:5001/conversations/delete" \ -H "Content-Type: application/json" \ -d '{ "uid": "user123", "channel_id": "group123", "channel_type": 2 }'
{ "status": "success" }
删除指定用户的会话记录