Parameters
1 query
Query parameters
· 1keyboardPwdIdstringRequiredTTLock keyboard password ID to delete.
Example
98765Deletes a keyboard passcode from the lock via the TTLock API and marks it as deleted locally. The passcode is verified to belong to the authenticated organisation before deletion.
1 query
keyboardPwdIdstringRequiredTTLock keyboard password ID to delete.
987651 status code documented
successbooleanRequiredAlways true on successful deletion.
{
"success": false
}GET /bff/iot-lock/password-delete
curl -X GET "https://api.bizkithub.com/bff/iot-lock/password-delete?keyboardPwdId=98765" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.