curl --location --request DELETE 'https://open.yunxinapi.com/im/v2/room_members/actions/virtual_members?room_id&account_ids¬ification_enabled' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 200,
"msg": "success",
"data": {
"failed_list": [
{
"account_id": "yx1",
"error_code": 114404,
"error_msg": "chatroom member is offline"
},
{
"account_id": "yx2",
"error_code": 114404,
"error_msg": "chatroom member is offline"
}
],
"success_list": []
}
}