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

# 删除密钥对/插件

## 删除 Keypair

如果你想在 NightELF 中移除某个 Keypair 你只需在 Keypair 管理页面点击相应的删除即可，这一操作无需你提供 NightELf 密码。

![Create Keypair](/files/-Lubken17346igre71S0)

点击`确认` 按钮即可删除你想要删除的Keypair，但是这一操作并不会删除你对该 Keypair 做的Dapp授权。

## 删除 NightELF

如果你想移除NightELF并清空数据，你可以通过 `管理` 中的 `删除NightELF` 进行删除，这一操作需要你输入你的NightELF密码，你也可以直接在Chrome中删除 NightELF 同样可以清空数据。


---

# 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.browser-extension.aelf.io/langs-zh/user/delete.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.
