UnifiedViews Method - Delete Pipeline
Abstract
UnifiedViews Method - Delete Pipeline
Description |
---|
Use this call to delete a UnifiedViews pipeline. |
URL: http://{server}/master/api/1/pipelines/{pipelineId}?deleteScheduled=true
application/json
Supported Method |
---|
DELETE |
Parameter | Type | Required | Description |
---|---|---|---|
deleteScheduled | boolean | false | This value lets you also delete pipelines whose execution has been scheduled. Default value: false |
curl --location --request DELETE "http://{{server}}/master/api/1/pipelines/{{pipelineId}}?deleteScheduled=true"
application/json
Status: 200 - OK
id (mandatory): ID of the requested pipeline
name (optional): name of the requested pipeline
description (optional): description of the requested pipeline
{