curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/intelligents/faceLibs/actions/deleteFaceLibEmployees' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "xxxxxxxx",
"customFaceLibId": "111",
"employeeNos": ["aa","bb","cc"]
}'
{
"code": 200,
"message": "操作成功",
"data": {
"failureList": [
"aa",
"bb"
],
"errorMsg": ""
}
}