Stage Delete
- Print
- PDF
Stage Delete
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Delete a stage of the SourceDeploy project.
Request
API URL
DELETE {SOURCEDEPLOY_API_URL}/project/{projectId}/stage/{stageId}
Request parameter
Item | Type | Description | Remarks |
---|---|---|---|
projectId | string | Project ID | Search projectList |
stageId | string | stage ID | Search stageList |
Request query
None
Request body
None
Response
Response body
{
"result": "boolean"
}
Item | Type | Description | Remarks |
---|---|---|---|
result | boolean | Deletion success status |
Was this article helpful?