跳轉到主要內容
DELETE
/
v1
/
projects
/
{projectId}
刪除專案
curl --request DELETE \
  --url https://api.pathors.com/v1/projects/{projectId} \
  --header 'Authorization: <authorization>'

請求

DELETE https://api.pathors.com/v1/projects/{projectId}

路徑參數

projectId
string
必填
專案 ID

標頭

Authorization
string
必填
使用您的 Developer Key 進行 Bearer 令牌認證

回應

{
  "message": "Project deleted"
}
此操作無法復原。所有相關資料(Agent 設定、Pathway、工具、會話)都將被永久刪除。 只有專案擁有者才能刪除專案。