curl --location --request DELETE 'https://open.yunxinapi.com/im/v2/room_queues/' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"notification_config": {
"notification_enabled": true,
"notification_extension": "string",
"high_priority": 0,
"high_priority_policy": 0
},
"route_config": {
"route_enabled": true,
"route_environment": "string"
}
}'