> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/cerby-browser-extension/accounts/passkeys/delete-a-passkey-from-an-account.md).

# Delete a passkey from an account

This article describes how to delete a passkey from an account using the Cerby browser extension.

{% hint style="info" %}
**Who can use this feature?**

* Account **Owners**
* Supported using the **Cerby browser extension**
  {% endhint %}

As an account **Owner**, you can delete a passkey from an account directly from the Cerby browser extension. For instructions on viewing who added a passkey and when, read the article [View the passkey details of an account](/cerby-browser-extension/accounts/passkeys/view-the-passkey-details-of-an-account.md).

{% hint style="warning" %}
**CAUTION:** Deleting a passkey doesn't remove it from the app itself. If you no longer want to use the passkey to log in, also remove it from the app's account security settings.
{% endhint %}

## Delete a passkey from an account

To delete a passkey from an account, you must complete the following steps:

1. Log in to your workspace in the Cerby browser extension. For instructions, read the article [Log in to the Cerby browser extension](/cerby-browser-extension/installation/log-in-to-the-cerby-browser-extension.md).
2. Click the account row for the account you want to update. The account details page is displayed.
3. Click the remove icon next to the **Passkey** field. The **Are you sure?** dialog box is displayed.
4. Click **Delete Passkey**. Cerby displays a **Passkey successfully deleted** message, and the **Passkey** field and the passkey chip on the account row are no longer displayed.

Now you are done.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.cerby.com/cerby-browser-extension/accounts/passkeys/delete-a-passkey-from-an-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
