> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/support/account-deletion.md).

# Roboflow 계정 삭제

{% hint style="danger" %}
**계정을 삭제하는 것은 되돌릴 수 없는 단계임을 유의해 주세요.** 계정이 삭제된 후에는 데이터, 이미지, 주석, 프로젝트를 복구할 수 없습니다.
{% endhint %}

계정을 삭제하려면 다음으로 이동하세요: [Account Settings](https://app.roboflow.com/settings/account). 여기로 이동하려면:

* 사이드바에서 이름을 클릭합니다.
* Account Settings를 클릭합니다.

이 페이지에서 "Delete Account"를 클릭합니다.

계정 상태와 참여 중인 Workspaces에 따라 데이터 삭제를 확인하는 메시지가 표시될 수 있습니다. 이는 데이터가 실수로 삭제되지 않도록 하기 위함입니다.

<figure><img src="/files/01b6e6b22ec2ab785ba1973341587f07218e1c9e" alt=""><figcaption></figcaption></figure>


---

# 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.roboflow.com/roboflow/roboflow-ko/support/account-deletion.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.
