> For the complete documentation index, see [llms.txt](https://workspace-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://workspace-help.nhn-commerce.com/aurora-guide/api-1/mypage-member/withdrawal.md).

# 회원탈퇴

{% hint style="info" %}
회원정보 수정 및 탈퇴의 경우, 회원인증 과정을 거친 후 화면 접근이 가능합니다.&#x20;

회원인증 과정은 [회원정보 수정 화면](/aurora-guide/api-1/mypage-member/modify-member.md)을 참고하시길 바랍니다.&#x20;
{% endhint %}

기본 스킨에서는 탈퇴 페이지 내 탈퇴 사유 입력과 탈퇴 동의 체크박스를 제공합니다.

<figure><img src="/files/czaCkrHtt4RiZtuRjOc4" alt=""><figcaption></figcaption></figure>

회원 탈퇴 페이지 내 회원 탈퇴에 대한 약관을 명시 하고자 하는 경우 아래의 API를 통해 약관 정보를 조회할 수 있습니다.

> [GET /terms](https://docs.shopby.co.kr/?url.primaryName=manage/#/Terms/search-used-terms)
>
> ▶ 적용 중인 몰 약관 조회하기\
> 해당 쇼핑몰의 약관을 조회합니다.

탈퇴 안내에 대한 약관을 확인하기 위해서는 <mark style="background-color:yellow;">termsTypes=WITHDRAWAL\_GUIDE</mark> 로 요청하시면 탈퇴 안내 약관을 응답 받을 수 있습니다.\
탈퇴 사유와 탈퇴 안내에 대해 동의 시 탈퇴가 가능하며, 탈퇴 처리는 회원 탈퇴 하기 API를 호출하시면 됩니다.

> [DELETE /profile](https://docs.shopby.co.kr/?url.primaryName=member/#/Profile/delete-profile)
>
> ▶ 회원 탈퇴하기\
> 회원 탈퇴 처리합니다.


---

# 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:

```
GET https://workspace-help.nhn-commerce.com/aurora-guide/api-1/mypage-member/withdrawal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
