> 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/settings/delete.md).

# 워크스페이스 삭제하기

## 이 글에서는

사용하지 않는 워크스페이스를 삭제하는 방법을 알아봅니다.

***

여러 개의 워크스페이스를 관리하고 있고, 사용하지 않는 워크스페이스가 있다면 삭제할 수 있습니다. 워크스페이스 삭제는 '소유자' 권한만 할 수 있습니다.

{% hint style="danger" %}
삭제한 워크스페이스는 복구할 수 없으니 이 점은유의해 주세요.
{% endhint %}

1. 서비스 화면 오른쪽 위에 있는 \[워크스페이스 이름]을 클릭합니다.
2. \[워크스페이스 설정]을 클릭합니다.
3. 워크스페이스 설정 화면 맨아래에 있는 \[워크스페이스 삭제]를 클릭합니다.
4. 표시되는 화면에서 워크스페이스 이름을 입력하고 \[삭제하기]를 클릭합니다.

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

단, 아래 조건에 해당하는 워크스페이스는 삭제할 수 없습니다.

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

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


---

# 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/settings/delete.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.
