curl --location -g --request DELETE 'https://open.yunxinapi.com/im/v2/signalling_room?channel_id=ash1jw1kw&operator_account_id=zhangsan&server_extension={"k":"v"}&route_enabled=false&offline_enabled=false' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_name": "string",
"creator_account_id": "string",
"channel_type": 1,
"channel_extension": "string",
"route_config": {
"route_enabled": true
}
}'