> For the complete documentation index, see [llms.txt](https://atomwallets.gitbook.io/atomwallets-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomwallets.gitbook.io/atomwallets-docs/delete-wallet.md).

# Delete Wallet

If you no longer need a wallet, you can remove it from Atom Wallet. Make sure you have backed up your seed phrase before deleting, as you will need it to recover the wallet later.

### Step 1: Open the Wallet List

From the home screen, tap the **wallet name** at the top to open your wallet list.

![Home screen with wallet switcher](https://i.imgur.com/idGt4QT.jpeg)

### Step 2: Tap the Three-Dot Menu

Find the wallet you want to delete and tap the **three-dot menu** on the right side.

![Wallet list](https://i.imgur.com/SS7XGw2.jpeg)

### Step 3: Select Delete Wallet

A menu appears with three options. Tap **Delete Wallet** (shown in red).

* **Edit Wallet Name** - Rename the wallet
* **Delete Wallet** - Remove the wallet permanently
* **Reveal Phrase** - View the recovery seed phrase

![Wallet options](https://i.imgur.com/7taHeUj.jpeg)

### Step 4: Confirm Deletion

A confirmation dialog asks "Are you sure you would like to delete this wallet?" with a reminder to back up first.

* Tap **Delete** to permanently remove the wallet
* Tap **Cancel** to go back

![Delete confirmation](https://i.imgur.com/yCzPkKA.jpeg)

### Step 5: Wallet Removed

The wallet is removed from your list. The app automatically selects the next available wallet as your active wallet.

![After deletion](https://i.imgur.com/pceHGaI.jpeg)


---

# 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://atomwallets.gitbook.io/atomwallets-docs/delete-wallet.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.
