> For the complete documentation index, see [llms.txt](https://ayakaleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/057-how-do-i-delete-my-overleaf-account.md).

# 我如何删除我的 Overleaf 账户？

**本页面说明您何时以及如何删除您的 Overleaf 账户。**

如果您使用的是受管理的 Overleaf 账户，只有您的账户管理员可以删除您的 Overleaf 账户。如果您不确定自己的 Overleaf 账户是否受管理，或者想了解更多有关受管理账户的信息，请参阅我们的 [受管理用户信息](/latex/zh-cn/zhi-shi-ku/137-understanding-managed-overleaf-accounts.md).

未由他人管理的 Overleaf 账户可随时删除。如果您不再希望使用您的 Overleaf 账户，并且想移除与该账户相关的所有数据，请按照以下说明操作。

### 删除您的 Overleaf 账户

登录您的 Overleaf 账户，并前往您的账户设置： <https://www.overleaf.com/user/settings>。请通过检查您当前登录账户所关联的电子邮件地址，确保您已登录到想要删除的账户。要删除当前登录的账户，请滚动到页面底部并点击“删除您的账户”。

![DeleteAccount.jpg](/files/978ccf8f584822a497b696b007f457d30b8a458a)

请注意，这将永久删除您的账户拥有的所有 Overleaf 项目（包括来自 ShareLaTeX 和 Overleaf v1 的旧项目）。其他账户与您共享的项目不会被删除。

如果您通过 Overleaf 使用过 Writefull，您还会有一个单独的 Writefull 账户。要删除您的 Writefull 账户，请联系 <support@writefull.com>.

如果您无法通过这种方式删除您的账户，您可以发送电子邮件至 <privacy@overleaf.com>.

（有关更多详情，请参阅我们的 [隐私政策](https://www.overleaf.com/legal#Privacy).)


---

# 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://ayakaleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/057-how-do-i-delete-my-overleaf-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.
