# /unclaim

## 클레임 해제 명령

### 개요

해당 `/unclaim` 이 명령은 현재 티켓에 대한 당신의 클레임을 해제하고 티켓을 미클레임 상태로 되돌립니다. 티켓 안에서 실행하세요.

### 사용법

```
/unclaim
```

### 설명

* **티켓을 해제하기**: 티켓을 비워 다른 직원이 클레임할 수 있게 합니다.
* **변경 사항**: 효과는 서버의 티켓 클레임 모드에 따라 다릅니다. 클레임될 때 티켓이 읽기 전용 또는 비공개가 되도록 설정되어 있었다면, 클레임 해제 시 이전 접근 권한이 복원됩니다.

### 사용할 때

* 더 이상 티켓을 처리할 수 없고 다른 사람에게 넘기고 싶을 때.
* 실수로 티켓을 클레임했을 때.

### 권한

* Manage Channels 또는 Manage Server 권한이 있거나, 서버 소유자이거나, 승인된 지원 역할을 보유한 경우 이 명령을 사용할 수 있습니다. Administrator도 해당 권한을 포함하므로 작동합니다.
* 봇에 필요 `채널 관리` 티켓을 업데이트하려면.

{% hint style="info" %}
사용 `/unclaim` Discord에서 무료입니다. 대시보드에서 티켓의 클레임을 해제하는 것은 프리미엄 기능입니다.
{% endhint %}

### 예시

```
/unclaim
```

티켓에 대한 당신의 클레임을 제거하고 미배정으로 표시합니다.


---

# 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:

```
GET https://ticketking.xyz/docs/ko/bot-commands/unclaim.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.
