# Remove a trusted device

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

* Workspace **Owners**, **Super Admins**, **Admins**, and **Users**
* Available in the Cerby mobile app
  {% endhint %}

As a Cerby mobile app user, you can remove trusted devices you have registered within your workspace.

To remove a trusted device using the Cerby mobile app, you must complete the following steps:

1. Open the Cerby mobile app on your phone.
2. Log in to your Cerby workspace.
3. Tap the profile icon. The **My Profile** screen appears.
4. Tap the **My trusted devices** option. The **My trusted devices** screen is displayed.
5. Tap the trusted device you want to remove. A menu is displayed.
6. Select the **Disable device** option. The **Disable device?** message box is displayed.
7. Tap the **Disable device** button. The trusted device is removed from the list.

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/app-customization/remove-a-trusted-device.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.
