# 회원탈퇴

회원 탈퇴 기능을 제공합니다.

다음 API를 활용해 고객의 개인 정보를 마스킹 처리 및 분리 보관을 통해 회원의 개인정보를 보호합니다.

또한 회원탈퇴를 진행 하게 될 경우, 더이상 X2BEE 쇼핑몰의 회원 전용 혜택을 받을 수 없게 됩니다.

***

## 회원 탈퇴 <a href="#plus" id="plus"></a>

마이페이지 전체 메뉴에서 회원탈퇴를 클릭하면 회원탈퇴 페이지로 이동합니다.

회원탈퇴 페이지 이동을 위해서는 비밀번호 확인 절차를 완료해야합니다.

![](https://tech.x2bee.com/download/attachments/269845158/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0%20-%20%EA%B0%9C%EC%9D%B8%EC%A0%95%EB%B3%B4%ED%8E%98%EC%9D%B4%EC%A7%80.drawio.png)

### 1. 비밀번호 확인하기 <a href="#id-1" id="id-1"></a>

설정된 비밀번호를 입력하고 \[확인] 버튼을 클릭하면 비밀번호 검증 절차를 진행할 수 있습니다.

* **비밀번호 확인 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%EA%B3%B5%ED%86%B5/checkCurrentPassword))\
  회원의 현재 비밀번호를 확인합니다.

```
POST /v1/member/checkCurrentPassword 
```

### 2. 탈퇴 사유 입력하기 <a href="#id-2" id="id-2"></a>

회원 탈퇴를 위한 탈퇴 사유를 조회합니다.

* **공통코드 목록 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=common\&depth=%EA%B3%B5%ED%86%B5/getGrpCdList))\
  회원 탈퇴 사유를 위한 코드를 조회합니다.

```
POST /v1/common/getGrpCdList 
```

### 3. 회원 탈퇴하기 <a href="#id-3" id="id-3"></a>

**\[회원 탈퇴]** 버튼을 클릭하면 탈퇴 가능여부 확인 후 탈퇴 사유 선택 절차를 거쳐 최종 탈퇴처리를 진행합니다.

<details open>

<summary><strong>3.1 탈퇴 가능여부 체크하기</strong></summary>

\[회원탈퇴] 버튼을 클릭하면 회원 탈퇴 안내 페이지로 이동해, 회원 탈퇴 가능여부를 체크하는 절차를 진행합니다.

* **회원탈퇴 가능여부 조회 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%ED%83%88%ED%87%B4/chkWithdrawalMember))\
  회원탈퇴 가능여부를 조회합니다.

```
POST /v1/withdrawal/chkWithdrawalMember 
```

</details>

<details open>

<summary><strong>3.2. 회원 탈퇴 하기</strong></summary>

탈퇴가 가능한 회원으로 판단되면 탈퇴 사유 입력과 \[회원탈퇴] 버튼을 클릭 해 탈퇴 절차를 완료합니다. 정상적으로 탈퇴 처리가 되면 로그아웃 됩니다.

* **회원탈퇴 (**[🔗API 확인하기 >](https://api.x2bee.com/content?msa=member\&depth=%ED%9A%8C%EC%9B%90%ED%83%88%ED%87%B4/withdrawal))\
  회원탈퇴 후 데이터를 분리보관합니다.

```
POST /v1/withdrawal/procWithdrawal
```

</details>

&#x20;


---

# Agent Instructions: 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://tech.x2bee.com/api-guide/store-front-api/undefined-4/undefined-10.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.
