{
"deviceId": "{{DeviceID}}",
"platformId": "{{PlatformID}}",
"deleteType": 1,
"personIds": [
"56",
"46",
"66"
]
}
curl --location --request POST 'http://192.168.56.7:18082/vic/v1/dongh/person/del' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "42020101001320000001",
"platformId": "42020100002000000001",
"deleteType": 1,
"personIds": [
"56",
"46",
"66"
]
}'
{
"code": 0,
"message": "success"
}