# Delete a passkey from an account

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

* Workspace **Owners**, **Super Admins**, **Admins**, and **Users**
* Account **Owners**
* Only supported using the Cerby mobile app
  {% endhint %}

To delete a passkey from an account in the Cerby mobile app, you must complete the following steps:

{% hint style="danger" %}
**IMPORTANT:** Consider the following important notes:

* If you remove a passkey directly in the app, Cerby does not automatically detect this action or delete it from your account information. To manage your passkeys in Cerby, you must delete them directly within the Cerby mobile app.
* Before deleting a passkey from Cerby, ensure to first delete it directly in the app. Cerby does not automatically remove the passkey in the app. To properly delete the passkey, ensure it is removed from the app first. For more information, refer to the article [Remove a passkey from an account](/cerby-mobile-app/accounts/protecting-your-accounts/passkeys/remove-a-passkey-from-an-account-in-an-app.md).
  {% endhint %}

1. Open the Cerby mobile app on your mobile phone.
2. Log in to your Cerby workspace.
3. Tap the account you want to edit.
4. Tap the **Edit** button. The account details page is displayed with editable fields.
5. Tap the **Delete** icon next to the passkey information. The **Delete Passkey** message box is displayed.
6. Select the **Delete** button. A success message is displayed, and the passkey is deleted from the account.

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/delete-a-passkey-from-an-account.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.
