# Remove a Device

If a device is no longer in use or needs to be deauthorized, you can remove it from your Daylite account. This action will log the user out and delete the local copy of the database from that device.

Account Owners can remove **any** device associated with the account, while other users can only remove devices linked to their own login.

1. Sign in to [Account Manager](https://www.marketcircle.com/account)
2. Choose **My Info**.
3. Scroll to **Devices** and expand the section if needed.
4. Select the device you want to remove.
5. Confirm by choosing **Remove**.

{% hint style="info" %}
**Account Owners** can remove any device associated with the database. Other users can only remove devices linked to their account.
{% endhint %}


---

# 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://docs.daylite.app/help/center/account-settings/remove-a-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.
