Pipelines - Delete Pipeline

Deletes the specified deployment pipeline.

Required Scope

Pipeline.ReadWrite.All

Limitations

This operation will fail if there's an active deployment operation.

DELETE https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}

URI Parameters

Name In Required Type Description
pipelineId
path True

string

uuid

The deployment pipeline ID

Responses

Name Type Description
200 OK

OK

Examples

Delete a deployment pipeline example

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/pipelines/a5ded933-57b7-41f4-b072-ed4c1f9d5824

Sample Response