> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pathors.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 刪除工具

> 刪除工具

## 請求

```bash theme={null}
DELETE https://api.pathors.com/v1/projects/{projectId}/tools/{toolId}
```

### 路徑參數

<ParamField path="projectId" type="string" required>專案 ID</ParamField>
<ParamField path="toolId" type="string" required>工具 ID</ParamField>

### 標頭

<ParamField header="Authorization" type="string" required>
  使用您的 Developer Key 進行 Bearer 令牌認證
</ParamField>

## 回應

```json theme={null}
{
  "message": "Tool deleted"
}
```

<Warning>
  移除工具並不會自動將其從節點解除綁定。請確保更新所有引用此工具 ID 的節點。
</Warning>
