> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/help-center/help-center-zh/gong-zuo-qu-chang-jian-wen-ti/shan-chu-gong-zuo-qu.md).

# 删除工作区

删除工作区

如果我删除账户会怎样？如果我取消方案会怎样？

<img src="https://static.intercomassets.com/avatars/5448627/square_128/brandon-image-1648585945.JPG" alt="Brandon Fan 的头像" height="24" width="24">

作者：Brandon Fan

更新于 8 个多月前

当您删除工作区时，系统会同时删除其中的所有资源，并在删除后取消您的方案。如果您已购买方案（月付或年付），剩余期限将不予退款（如果您确实要创建新的工作区，欢迎联系我们，我们可以将您现有的方案迁移过去）。

此操作不可逆，且会立即生效。点击“删除”后，所有已上传资源和您的账户数据都将立即删除。

这有帮助吗？


---

# 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://academy.shade.inc/help-center/help-center-zh/gong-zuo-qu-chang-jian-wen-ti/shan-chu-gong-zuo-qu.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.
