token: ********************
{
"room_id": "3690041195409809408",
"channel_id": "3690041195638218754",
"msg_id":"1845715805219360768"
}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v2/channel_msg/delete?client_type=&x_client_type=&os_type=&x_os_type=&x_app=&chat_os_type=&chat_version=' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
"room_id": "3690041195409809408",
"channel_id": "3690041195638218754",
"msg_id":"1845715805219360768"
}'
{
"msg": "",
"result": {},
"status": "ok"
}