Delete Temporary Password

Last Updated on : 2023-12-07 03:34:00download

Delete a temporary password of a smart lock.

API address

DELETE: /v1.0/devices/{device_id}/door-lock/temp-passwords/{password_id}

Request parameter

Parameter name Type IN Required Description
password_id Long uri true The password ID.
device_id String uri true The device ID.

Return parameter

Parameter name Type Description
result Boolean The operation result.

Request example

DELETE: /v1.0/devices/vdevo15345926009****/door-lock/temp-passwords/xxx
{ "bluetooth_symbolic": true }

Return example

{ "result": true, "t": 1542626129429, "success": true }

Error code

For more information, see error code.