Delete Project
- Print
- PDF
Delete Project
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Delete a SourcePipeline project.
Request
API URL
DELETE {SOURCEPIPELINE_API_URL}/project/{projectId}
Request parameter
Item | Type | Requirement status | Description | Remarks |
---|---|---|---|---|
projectId | string | Y | Project ID | Search with projectList API |
Request query
None
Request body
None
Response
Response body
{
"result": "boolean"
}
Item | Type | Description | Remarks |
---|---|---|---|
result | boolean | Project deletion result |
Was this article helpful?