Last Updated on : 2023-06-20 14:54:13download
Send a deletion command to a specified access control device to delete the specified users' QR codes in bulk.
DELETE: /v1.0/access-control/{device_id}/persons/qrcodes
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 |
---|---|---|---|---|
qrcode_del_list | List | true | The list of QR codes to be deleted in bulk. |
Description of qrcode_del_list
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
person_id | String | true | Tuya user ID. | |
qr_code | String | true | The QR code 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/qrcodes
{
"qrcode_del_list": [
{
"person_id": "123****",
"qr_code": "qrCode****"
},
{
"person_id": "123****",
"qr_code": "qrCode****"
}
]
}
{
"result": {
"sn_list": [
"133****",
"132****"
]
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback