Last Updated on : 2023-06-15 05:25:08
Send a deletion command to a specified access control device to delete the specified users' faces in bulk.
DELETE: /v1.0/access-control/{device_id}/persons/faces
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| device_id | String | uri | true | The ID of a Tuya device. |
Description of body
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| face_del_list | List | true | The list of faces to be deleted in bulk. |
Description of face_del_list
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| person_id | String | true | The ID of a specified user. | |
| face_id | String | true | The face ID. |
| Parameter name | Type | Description |
|---|---|---|
| result | CmdIssueBatchResultResponse | The returned result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| sn_list | List | The command record ID. |
DELETE: /v1.0/access-control/6ce****/persons/faces
{
"face_del_list": [
{
"person_id": "123****",
"face_id": "faceID****"
},
{
"person_id": "123****",
"face_id": "faceId****"
}
]
}
{
"result": {
"sn_list": [
"133****",
"132****"
]
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback