跳到主要内容

删除项目

DELETE 

https://your-domain/openapi/v2/project/projects/:projectID

删除项目

History

VersionChanges
v3.14.117, v3.15.26Added in: v3.14.117, v3.15.26

Request

Path Parameters

    projectID stringrequired

    项目ID

Query Parameters

    teamID stringrequired

    团队ID

Responses

请求成功.

Schema

    result string

    本次请求结果,SUCCESS|FAIL

    errorCode string

    本次请求错误码

    errorMsg string

    本次请求错误信息

    errorData object

    本次请求错误元数据

curl -L -X DELETE 'https://your-domain/openapi/v2/project/projects/:projectID' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://your-domain/openapi/v2
Auth
Parameters
— pathrequired
— queryrequired
ResponseClear

Click the Send API Request button above and see the response here!