# Lock authenticator

Locks a user's authenticator by setting status to Deactivated. Required permissions: apps:edit, [appId]:edit, authenticators:edit.

Endpoint: POST /v1/users/{user_id}/authenticators/{authenticator_id}/lock
Security: ClientAccessToken

## Path parameters:

  - `user_id` (string, required)
    ID of the user

  - `authenticator_id` (string, required)
    Authenticator ID to lock.

## Request fields (application/json):

  - `reason` (string)
    Reason for locking


## Response 204 fields
