Deletes a pipeline job.
Operation description
When you call this API operation, the pipeline job must be in the following states:
- Initialized
- Terminated
- Succeeded
- Failed
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
DELETE /api/v1/pipelineruns/{PipelineRunId} HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| PipelineRunId | string | Yes | The ID of the pipeline job. You can call ListPipelineRuns to obtain the ID of the pipeline job. | flow-hynm2bv8wqhp5esfxq |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "473469C7-****-****-****-A3DC0DE3C83E"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-07-24 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
| 2022-06-14 | Add Operation | View Change Details |
