共用方式為


Pipelines - Delete Pipeline

刪除指定的部署管線。

必要範圍

Pipeline.ReadWrite.All

限制

如果有作用中的部署作業,此作業將會失敗。

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

URI 參數

名稱 位於 必要 類型 Description
pipelineId
path True

string

uuid

部署管線識別碼

回應

名稱 類型 Description
200 OK

確定

範例

Delete a deployment pipeline example

Sample Request

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

Sample Response