[
0
]
curl --location --request DELETE '/device-groups/batch' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
0
]'
{
"code": 200,
"message": "批量删除设备组成功",
"data": {
"totalCount": 0,
"successCount": 0,
"successIds": [
0
],
"failedCount": 0,
"failedItems": [
{
"id": 0,
"reason": "string"
}
]
}
}