> 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/account-settings/delete-database-and-account.md).

# Delete Database & Account

{% hint style="success" %}
**You’re in control of your account.**

Only the account owner can delete it—other users or Customer Service can’t perform this action. This helps ensure your data and account changes remain secure.
{% endhint %}

If you no longer need your Daylite account, you can delete it permanently through Account Manager. This process will remove **all** associated data and cannot be undone once completed. Before proceeding, make sure you've backed up any important information.

{% hint style="danger" %}
Deleting your Daylite account will **permanently** delete all data from from your Daylite account and cannot be restored.
{% endhint %}

1. Log in to [Account Manager](https://www.marketcircle.com/account/my-info) as the Account Owner.
2. Click **My Info**.
3. Scroll to the bottom of the page and click **Delete My Account**.
4. Confirm that you want to delete your account.
5. Check your email for a confirmation message and click **Delete Account** in the email to finalize the deletion.


---

# 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/account-settings/delete-database-and-account.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.
