{
"deviceIds": [
"string"
]
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/device/deleteDeviceList' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceIds": [
"string"
]
}'
{}