## **How can I delete my account?**


:::warning
 **WARNING:** This is permanent and cannot be undone!

:::

You can deactivate your account from the danger zone at the bottom of the profile page [here](https://app.leavemealone.com/danger/deactivate). This will delete all of your data, revoke your API keys, and sign you out.

You will still be able to create an account again to clean your inbox in the future.

 ![](/api/attachments.redirect?id=a47bd8af-422e-456d-a065-1c06b366c6ca " =649x325")

## **What data is erased when I delete my account?**

* If you had connected an email account to Leave Me Alone, we will revoke any API keys, and delete any usernames or passwords related to it.
* If you had a subscription with us, it will be cancelled.
* All of your information stored in our database will be erased, including your email address and any other identifying information.
* If you had saved your credit card, it will be deleted from our payment provider (Stripe).
* If you made a purchase of a pass or a subscription plan, we are required to keep your information (not including card details) for tax purposes for 3 years after the payment date.
* Some of your records may be present in our database backups, which will be deleted after 90 days.

---

# 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 search API with the q parameter:

```
GET https://help.leavemealone.com/api/search?q=<your_query>
```

The query should be search terms that you're trying to find to answer your question.
The response will contain 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.
