curl --location --request DELETE 'https://open.yunxinapi.com/im/v2/conversations/actions/conversation_ids?conversation_ids=&clear_message=' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: '{
"code": 0,
"msg": "string",
"data": {
"success_list": [
"string"
],
"failed_list": [
{
"conversation_id": "string",
"error_code": 0,
"error_msg": "string"
}
]
}
}