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 
Content Type
application/json
Request
Supported Method  | 
|---|
DELETE  | 
HTTP Parameters
Parameter  | Type  | Required  | Description  | 
|---|---|---|---|
deleteScheduled  | boolean  | false  | This value lets you also delete pipelines whose execution has been scheduled. Default value: false  | 
Example Request
curl --location --request DELETE "http://{{server}}/master/api/1/pipelines/{{pipelineId}}?deleteScheduled=true"Response
Content-Type
application/json
Status: 200 - OK
Response Attributes
id (mandatory): ID of the requested pipeline
name (optional): name of the requested pipeline
description (optional): description of the requested pipeline
Example Response
{