> For the complete documentation index, see [llms.txt](https://docs.districts.xyz/districts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/how-do-i-delete-my-districts-account.md).

# How Do I Delete My Districts Account?

You can delete your Districts account data in the “Settings” menu in the Districts Platform (directions below). Account deletion is reversible for 2 years—if you connect with the same Web3 wallet during that period, you will have the option to restore an existing account, meaning you can restore your previous account information (such as email, social name, profile image, and settings) or you can create a new one. After 2 years, if you haven’t restored your account by connecting your wallet and prompting the restore, your account and all associated account information will be permanently deleted.

Steps to Delete Your Districts Account:

1. **Connect Your Wallet**: On the Districts platform, connect your Web3 wallet.
2. **Access Setting**s: Navigate to the "Settings" section on the drop-down in the upper right side under your connected wallet. Locate the "Delete your Districts data" option.
3. **Locate Deletion**: Scroll to the bottom of “Settings” and locate the “Delete your Districts data” section.
4. **Initiate Deletion**: Click the "Delete data" button.
5. **Confirm** Deletion: Review the warning message in the confirmation modal and click "Yes, Delete."
6. **Finalize**: Follow any additional prompts until you receive a confirmation that your account has been deleted.


---

# 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.districts.xyz/districts/tutorials-and-faqs/frequently-asked-questions/how-do-i-delete-my-districts-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.
