> For the complete documentation index, see [llms.txt](https://docs.daylite.app/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.daylite.app/help/center/install-uninstall-and-update/uninstall-daylite.md).

# Uninstall Daylite

This article provides step-by-step instructions to uninstall Daylite, which also removes Daylite Mail Assistant.

{% hint style="warning" %}
**Important!**

Uninstalling Daylite will result in the permanent deletion of your offline database and any unsynced data. To avoid unnecessary data loss, sync before continuing.

These steps should not be used to troubleshoot issues. If you are having any issues with Daylite please contact our Technical Support Team [here](mailto:support@daylite.app?subject=Uninstall%20Daylite) to investigate further.
{% endhint %}

{% tabs %}
{% tab title="macOS" %}

#### macOS <a href="#macos-grwxd" id="macos-grwxd"></a>

1. In Daylite, choose **File** > **Sync**
2. Choose **File** > **Log Out**
3. Select your Daylite company name
4. Click **Manage Saved Logins…**.
5. Select your company name
6. Click **-** in the bottom-left corner
7. Click **Done**
8. Open **Finder** and go to **Applications**
9. Find **Daylite** and move it to **Trash**.
10. Restart your Mac.
    {% endtab %}

{% tab title="Daylite Mail Assistant" %}

#### Daylite Mail Assistant <a href="#daylite-mail-assistant-a-bc" id="daylite-mail-assistant-a-bc"></a>

The Daylite Mail Assistant is integrated into the Daylite app and cannot be uninstalled separately. If you encounter technical issues or no longer wish to use it, you can disable the Daylite Mail Assistant.

1. Open **System Settings** on your Mac.
2. Click **Privacy & Security**, then select **Extensions**.
3. Under **Added Extensions**, find **Daylite**.
4. Turn off `com.apple.email.extension`
5. Click **Done**.

   ![Apple System Extension Settings](https://d33v4339jhl8k0.cloudfront.net/docs/assets/66e2fe04616d4044914c66f1/images/671a5271ca07c36a6a171121/img-157531-1729778288-168940237.png)
6. Restart your Mac
   {% endtab %}

{% tab title="iOS & iPadOS" %}

#### iOS and iPadOS <a href="#removeuninstall-daylite-on-ios-loiif" id="removeuninstall-daylite-on-ios-loiif"></a>

1. Touch and hold Daylite on the Home Screen until a quick actions menu appears.
2. Tap **Remove App**.
3. Tap **Delete App**
   {% endtab %}
   {% endtabs %}


---

# 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://docs.daylite.app/help/center/install-uninstall-and-update/uninstall-daylite.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.
