> For the complete documentation index, see [llms.txt](https://help.stibee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stibee.com/user-workspace/profile/withdrawal.md).

# 탈퇴하기

## 이 글에서는 <a href="#h_01hfe7gr55d2z50y7mjr1d198b" id="h_01hfe7gr55d2z50y7mjr1d198b"></a>

스티비에 가입된 계정을 탈퇴할 수 있습니다. 이 방법에 관해 알아봅니다.

***

{% hint style="info" %}
아래 조건에 해당하면 회원 탈퇴를 할 수 없습니다.

* 소유한 워크스페이스가 유료 요금제를 사용 중인 경우
* 유료 구독 주소록에 유료 구독자가 남아 있는 경우

유료 요금제는 정기 결제를 해지해 스타터 요금제로 전환하고, 유료 구독자는 모두 무료 구독으로 변경한 뒤 삭제해 주세요. 자세한 내용은 [정기 결제 해지하기](https://help.stibee.com/pricing/terminate), [유료 구독 주소록에서 구독자 구독 유형 변경하기](https://help.stibee.com/paid-newsletter/getting-started/managing-paid-subscribers/understand-type-change) 도움말을 참고해 주세요.
{% endhint %}

## 탈퇴 진행하기

1. 화면 오른쪽 위에 있는 \[워크스페이스 이름]을 클릭하고 \[내 정보]를 클릭합니다.
2. \[내 정보] 가장 아래 \[탈퇴하기] 버튼을 클릭합니다.
3. 안내 화면을 확인한 뒤, 비밀번호를 입력하고 \[탈퇴하기] 버튼을 클릭합니다.

**\*주의:** 내 정보에서 탈퇴를 진행하는 경우, 탈퇴하는 계정이 소유자인 모든 워크스페이스가 삭제됩니다. 개별 워크스페이스를 삭제하고 싶다면 [워크스페이스 삭제하기](https://help.stibee.com/user-workspace/settings/delete) 도움말을 참고해 주세요.

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

## 탈퇴 시 주의사항 <a href="#h_01hfx35jw1vww04whrp5zk32vx" id="h_01hfx35jw1vww04whrp5zk32vx"></a>

* 이메일, 주소록 등의 데이터는 [개인정보처리방침](https://policy.stibee.com/privacy)에 따라 처리되며, 복구할 수 없는 방식으로 파기합니다. 탈퇴 전 중요한 데이터를 백업했는지 꼭 살펴봐 주세요.
* 동일한 이메일 주소로는 1년 이내에 재가입할 수 없습니다.
* 유료 뉴스레터를 운영하는 도중에 탈퇴하면 정산이 원활하게 처리되지 않습니다. 정산이 모두 완료된 뒤 탈퇴를 진행해 주세요.

  *\* 정산에 문제가 있다면 탈퇴 전 스티비 팀에 꼭 문의해 주세요.*


---

# 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://help.stibee.com/user-workspace/profile/withdrawal.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.
