> ## 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}
```

### 路徑參數

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

### 標頭

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

## 回應

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

<Warning>
  此操作無法復原。所有相關資料（Agent 設定、Pathway、工具、會話）都將被永久刪除。
  只有專案**擁有者**才能刪除專案。
</Warning>
