# 频道删除API

## **Request**

* Method : DELETE
* URI : /channel/{channelId}

```
DELETE
url : https://dashboard-api.gamechat.naverncp.com/v1/api/project/{projectId}/channel/{channelId}
Header : 'x-api-key: {API Key}'
```

<table><thead><tr><th width="144">Header</th><th width="98">Type</th><th width="122">Required</th><th>Description</th></tr></thead><tbody><tr><td>x-api-key</td><td>String</td><td>O</td><td>仪表盘 > 设置 > 项目设置 > API Key</td></tr></tbody></table>

<table><thead><tr><th width="145">Attribute</th><th width="97">Type</th><th width="123">Required</th><th>Description</th></tr></thead><tbody><tr><td>projectId</td><td>String</td><td>O</td><td>项目ID（仪表盘 > 设置 > 项目设置 > 项目ID）</td></tr><tr><td>channelId</td><td>String</td><td>O</td><td>频道ID</td></tr></tbody></table>

## **Response**

成功

```javascript
{
    "status": 1,
    "message": "success"
}
```

<table><thead><tr><th width="164">Attribute</th><th width="157">Type</th><th>Description</th></tr></thead><tbody><tr><td>status</td><td>Int</td><td>结果值(1：成功，失败请参考错误代码)</td></tr><tr><td>message</td><td>String</td><td>结果消息</td></tr></tbody></table>


---

# Agent Instructions: 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://docs.gamechat.me/basics/game-chat-v2/game-chat-zhong-wen/open-api/pin-dao-shan-chu-api.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.
