Last Updated on : 2023-06-20 14:54:12download
Send a deletion command to a specified access control device to delete the specified users in bulk.
DELETE: /v1.0/access-control/{device_id}/persons
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 |
---|---|---|---|---|
person_id_list | List | true | The IDs of users to be deleted. |
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
{
"person_id_list": [
"111****",
"222****"
]
}
{
"result": {
"sn_list": [
"133****",
"132****"
]
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback