> For the complete documentation index, see [llms.txt](https://docs.hunny.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hunny.finance/korean/products/hunny-poker/poker-club/manage-club/managing-club-members.md).

# 구성원 제거

{% hint style="warning" %}
**클럽 소유자만 클럽에서 회원을 제거할 수 있는 권한이 있습니다.**
{% endhint %}

클럽으로 이동하여 "**회원**" 탭을 클릭하십시오.

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

구성원을 제거하려면 구성원을 "**선택**"하고 "**구성원 제거**"를 클릭하십시오.

<figure><img src="/files/3nQlTR9zY0avCQWHtQz0" alt=""><figcaption></figcaption></figure>

클럽에서 회원을 영구적으로 제거하려면 "**제거**" 버튼을 클릭하십시오.

회원을 "**음소거**"하려면 회원을 "**선택**"하고 "**이 클럽에서 채팅 금지**"를 클릭하십시오.

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


---

# 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://docs.hunny.finance/korean/products/hunny-poker/poker-club/manage-club/managing-club-members.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.
