# Delete mobile biometrics

Deletes mobile biometrics authenticator for a user that is currently logged in. This API must be called from the backend using the user access token. If successful, the key will be deleted for the user that corresponds to the authorization token.

Endpoint: DELETE /v1/auth/mobile-biometrics/delete
Security: UserAccessToken

## Request fields (application/json):

  - `publicKeyId` (string, required)
    ID of the public key

## Response 404 fields (application/json):

  - `error_code` (string)
    Enum: "auth_key_not_found"

  - `message` (string)


## Response 204 fields
