curl --location --request POST 'https://api2.hik-cloud.com/api/v1/community/access/faces/batchDelete' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "758b769d841c481dab82ff409e122472",
"employeeNoList": [
"22845024908144471078292215464150"
]
}'
{
"code": 200,
"message": "操作成功"
}