/bff/iot-lock/password-delete
Deletes 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.
IoTgetBffIot-lockPassword-delete
Parameters
1 query
Query · 1
keyboardPwdIdstringRequiredTTLock keyboard password ID to delete.
Request
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"Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.