> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/other/email/how-tos/delete-an-email-account.md).

# Delete an email account

***

## Delete an email account using the control panel

To delete an email account, navigate to the account's overview in the email service. Here, click on **Actions** next to the email address at the top of the page and then click **Delete**.

<figure><img src="/files/9Dt1LJn2TZ3atIexrlFu" alt=""><figcaption></figcaption></figure>

A dialog box will open where you need to confirm the deletion by entering the email account's address in the field and clicking **Delete**.

<figure><img src="/files/ChNj99tUpnyjT98N96RS" alt=""><figcaption></figcaption></figure>

## Delete an email account using the API

Use the [email/delete](https://github.com/GleSYS/API-docs/wiki/API-Documentation#emaildelete) endpoint to delete an email account.


---

# 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:

```
GET https://docs.glesys.com/products/other/email/how-tos/delete-an-email-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.
