> For the complete documentation index, see [llms.txt](https://docs.defi.app/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defi.app/knowledge-base/ko/wallets/delete-your-account.md).

# 계정을 삭제합니다

디파이 앱 계정을 삭제하려면:

{% stepper %}
{% step %}

### 계정 설정으로 이동합니다.

<div align="left"><figure><img src="/files/cf22a3e47e66d174ec80543ff0870b13aa5f7b47" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 클릭 ![](/files/a3f54c02257a5af3edb4d95ce08a6505076dbf20) 계정.

<div align="left"><figure><img src="/files/3d7117634bed6e216b91333763c5b73c7c50a04e" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 계정 삭제를 클릭합니다.

계정에 남아 있는 자금을 이체하라는 안내가 표시됩니다.
{% endstep %}

{% step %}

### 해당되는 경우 자금을 이체합니다.

<div align="left"><figure><img src="/files/f468d838dc4d868e4c850c5be69ab307783c6c6c" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 계정을 삭제하려는지 확인합니다.

클릭 **계정 삭제**.

<div align="left"><figure><img src="/files/20ca94e94ecc2a06ff0e7b6909322c2439ec18d0" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 이메일 주소로 전송된 코드를 입력합니다.

<div align="left"><figure><img src="/files/aec9589d4b6d65b2b5e87d12b95f44b381392c10" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### 완료되었습니다!

디파이 앱 계정이 삭제되었습니다.
{% endstep %}
{% endstepper %}


---

# 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.defi.app/knowledge-base/ko/wallets/delete-your-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.
