Skip to main content

Delete a project

DELETE 

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

Delete a project.

History

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

Request

Path Parameters

    projectID stringrequired

    The project ID

Query Parameters

    teamID stringrequired

    The team ID

Responses

Request is successful.

Schema

    result string

    The result of this request.

    errorCode string

    The error code of this request.

    errorMsg string

    Error message for this request.

    errorData object

    Error meta data for this request.

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!