> ## Documentation Index
> Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove Registration

> Removes the locally stored biometric registration keypair from this device. This is a local-only operation — it does not make a network call and does not remove the registration from the Stytch backend. Requires an active session.

## Returns

`true` if the local registration was successfully removed.

<RequestExample>
  ```kotlin theme={null}
  StytchConsumer.biometrics.removeRegistration()
  ```
</RequestExample>
