{}
curl --location --request DELETE 'https://iot-dev.utapp.cn/api/device/deleteDeviceByIdV3?id=&cascade=false' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"data": [
null
],
"success": true,
"message": "操作成功"
}