DocsAPI ReferenceIo T/bff/iot-lock/password-delete
getIo TAdmin BFF

/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

1 total
Query · 1
keyboardPwdIdstringRequired

TTLock keyboard password ID to delete.

Request

GET /bff/iot-lock/password-delete

get
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.

Get API Key