# Remove a passkey from an account in an app

To remove a passkey from an account in an app, you must complete the following general steps:

{% hint style="danger" %}
**IMPORTANT:** These steps provide a general guide for removing or disabling a passkey. Review the specific process for each app because it may vary. Cerby recommends verifying the app's support documentation or settings for precise instructions.
{% endhint %}

1. Log in to the app with the account you want to remove the passkey from.
2. Access the account login or security settings within the app.
3. Locate the passkey section in the settings.
4. Select the **Remove passkey** or **Disable passkey authentication** option.
5. Confirm the removal.
6. Test the login process to the account without a passkey.

Now you are done.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cerby.com/cerby-mobile-app/accounts/protecting-your-accounts/passkeys/remove-a-passkey-from-an-account-in-an-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
