{
"deviceId": ["VhkgB1vsi9J"]
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/devicePlatform/batchDel' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": ["VhkgB1vsi9J"]
}'
{
"code": 0,
"success": true,
"message": "string",
"data": "string"
}