{
"operator_id": "string",
"message": {
"conversation_type": 0,
"sender_id": "string",
"receiver_id": "string",
"message_server_id": 0,
"message_client_id": "string",
"create_time": 0
},
"extension": "string",
"index": 0,
"push_config": {
"push_enabled": true,
"push_content": "string",
"push_payload": "string"
}
}curl --location --request DELETE 'https://open.yunxinapi.com/im/v2/messages/actions/quick_comment' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator_id": "string",
"message": {
"conversation_type": 0,
"sender_id": "string",
"receiver_id": "string",
"message_server_id": 0,
"message_client_id": "string",
"create_time": 0
},
"extension": "string",
"index": 0,
"push_config": {
"push_enabled": true,
"push_content": "string",
"push_payload": "string"
}
}'{
"code": 0,
"msg": "string",
"data": {
"time": 0
}
}