> 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/mac-fundamentals/email/removing-emails-from-daylite.md).

# Removing Emails from Daylite

How you remove an email depends on where you want to remove it from. When you add an email to Daylite, it exists in two places: your email account and Daylite. Each removal option affects one or both of these locations differently.

***

## **Unlink Email to Daylite Item**

Unlink an email when the email is still important, but it’s linked to the wrong Daylite item. For example, if an email was linked to the wrong project or contact, you can unlink it and then link it to the correct one. The email stays in Daylite and your email account.

This will…

* Unlink the email from the linked Daylite item.
* Keep the email in Daylite and in your email account.
* Only unlink the email and the specific item selected

**Remove email from Daylite item**

1. Select a Daylite item linked to an email
2. Double-click the email you want to delete
3. Select **Unlink**

***

## **Remove Email from Daylite**

Remove an email when you no longer need an email in Daylite but still want to keep it in your email account. For instance, you might remove an email that isn’t relevant to your business records, such as a personal message or unrelated correspondence.

This will…

* Remove the email from Daylite.
* Not impact your mailbox
* Remove the email from Daylite items' Activity View and Stored Emails
* Move the email to the Daylite Trash

{% hint style="warning" %}
Removing an email after it’s been added doesn’t delete it from the Daylite database. To permanently delete the email visit [What's in the Trash?](https://docs.daylite.app/help/mac-fundamentals/trash/whats-in-the-trash)
{% endhint %}

#### **How to Remove an Email from Daylite**

**Remove a single email from My Mail:**

1. Select **My Mail**
2. Choose the email you want to delete
3. Mouse over **Add to Daylite** and click the **x** icon.<br>

<div align="left"><figure><img src="/files/ZoAgy316xUnQWOo4wXNm" alt="" width="563"><figcaption></figcaption></figure></div>

**Remove an entire email thread:**

1. Select **My Mail**
2. Choose any email from the thread you want to remove
3. Select the message count
4. Click **Remove All from Daylite**

<div align="left"><figure><img src="/files/NDefYluuhHBgfSyQIOmu" alt="" width="563"><figcaption></figcaption></figure></div>

\
**Remove email from Daylite item**

1. Select a Daylite item linked to an email
2. Click the email you want to delete
3. Choose Edit > Delete
4. Click **Move to Trash**

***

## Delete Email from an Email Account

Delete emails from the email account when you want to permanently remove an email from your actual email account — for example, when clearing out your mailbox or deleting spam.

**This will…**

* Delete the email from your connected email account (e.g., Gmail, iCloud, etc.).
* If the email was already added to Daylite, keep a copy in Daylite for reference.
* Remove the email from your mailbox.

**How to Delete from Inbox**

1. Select **My Mail**
2. Choose the email you want to delete
3. Click the **Trash** icon

<div align="left"><figure><img src="/files/DaT6A9wZ6artS82F9IVn" alt="" width="375"><figcaption></figcaption></figure></div>

\
The email moves to your trash folder on your mail server.


---

# 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/mac-fundamentals/email/removing-emails-from-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.
