Hi together,
I am using the Smartlock in combination with the Bridge and the Nuki Keypad. Now I am trying to delete expired PINs, as the keypad holds just 100 entries.
I am using the Web API as described in the example:
https:// developer.nuki. io/t/web-api-example-manage-pin-codes-for-your-nuki-keypad/54
curl -X DELETE --header 'Accept: application/json' 'https://api.nuki.io/smartlock/SMARTLOCK_ID/auth/AUTH_ID'
but get the following error message:
{ "code": 500, "description": "The server encountered an unexpected condition which prevented it from fulfilling the request", "homeRef": "/", "reasonPhrase": "Internal Server Error", "uri": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1" }
The error also occurs when testing via web interface https:// api.nuki .io and even after syncing with https:// api.nuki. io/smartlock/SMARTLOCK_ID/sync
So how I can delete the old entries?
Thanks a lot in advance!
Ben