auth

Remove the app-lock PIN

Always requires the current PIN. A PIN-less removal would be callable from devtools on a locked session and would defeat the lock entirely; a user who has forgotten theirs uses POST /auth/app-lock/forgot.

post/auth/app-lock/remove

Request body

currentPinstring required

The current PIN. Removal always proves knowledge of it: a PIN-less removal would be callable from devtools and would defeat the lock entirely. A user who has forgotten it uses POST /auth/app-lock/forgot.

Example request

{
  "currentPin": "1234"
}

Response

Lock removed

Changes

No recorded changes to this endpoint across all 1 revision of this API.