Clear Temporary Passwords

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

Clear temporary passwords of a smart lock.

API address

POST: /v1.0/devices/{device_id}/door-lock/temp-passwords/rest-password

Request parameter

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

Return parameter

Parameter name Type Description
result Boolean The operation result.

Request example

POST: /v1.0/devices/vdevo15345926009****/door-lock/temp-passwords/reset-password

Return example

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

Error code

For more information, see error code.