共用方式為


Pipelines - Unassign Workspace

從指定部署管線中指定的階段取消指派工作區。

必要範圍

Pipeline.ReadWrite.All

限制

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

POST https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/unassignWorkspace

URI 參數

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

string

uuid

部署管線識別碼

stageOrder
path True

integer

int32

部署管線階段順序。 開發 (0) 、測試 (1) 、生產 (2) 。

回應

名稱 類型 Description
200 OK

確定

範例

Unassign a workspace from a deployment pipeline example

Sample Request

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

Sample Response