> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/store-front-api/event-api/undefined-3.md).

# 분리보관

## 이벤트 회원 분리보관 처리

> &#x20;\## 기능 설명\
> &#x20;\* 이벤트 회원 분리보관 API 입니다.\
> &#x20;\---\
> &#x20;\## 상세 설명\
> &#x20;\* 탈퇴회원 대상 회원 정보/회원 배송지 정보를 마스킹처리합니다.\
> &#x20;\* 탈퇴회원 대상 회원 응모 정보를 마스킹처리합니다.\
> &#x20;\* API-MEMBER 에서 호출합니다.\
> &#x20;\---\
> &#x20;\## 코드 정리\
> &#x20;\* \`\`\`분리보관유형코드\`\`\` : W:탈퇴\
> &#x20;\---\
> &#x20;\## 수정번호\
> &#x20;\* \`\`\`Release v1.07\_231228\`\`\`: 이벤트 휴면회원 로직 제거<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE Event API","version":"v1"},"servers":[{"url":"https://api-event.x2bee.com/api/event/","description":"prd"}],"paths":{"/v1/common/doSeparate":{"post":{"tags":["분리보관"],"summary":"이벤트 회원 분리보관 처리","description":" ## 기능 설명\n * 이벤트 회원 분리보관 API 입니다.\n ---\n ## 상세 설명\n * 탈퇴회원 대상 회원 정보/회원 배송지 정보를 마스킹처리합니다.\n * 탈퇴회원 대상 회원 응모 정보를 마스킹처리합니다.\n * API-MEMBER 에서 호출합니다.\n ---\n ## 코드 정리\n * ```분리보관유형코드``` : W:탈퇴\n ---\n ## 수정번호\n * ```Release v1.07_231228```: 이벤트 휴면회원 로직 제거\n","operationId":"doSeparate","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SeparateRequest"}}},"required":true},"responses":{"200":{"description":"이벤트 회원 분리보관 성공"},"900":{"description":"이벤트 회원 분리보관 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"SeparateRequest":{"type":"object","description":"분리보관 Request","properties":{"mbrNo":{"type":"string","description":"회원번호"},"separateType":{"type":"string","description":"분리보관 유형(WithDrawal W:탈퇴)"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
````


---

# 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://tech.x2bee.com/api/store-front-api/event-api/undefined-3.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.
