共用方式為


Pipelines - Delete Pipeline User

從指定的部署管線中移除使用者權限。

必要範圍

Pipeline.ReadWrite.全部

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

URI 參數

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

string

若要刪除使用者管線許可權,請提供使用者的使用者主體名稱 (UPN)。 若要刪除服務主體或安全性群組的管線許可權,請提供服務主體或安全性群組的物件識別碼。

pipelineId
path True

string (uuid)

部署管線識別碼

回應

名稱 類型 Description
200 OK

OK

範例

Remove group access to a deployment pipeline example
Remove service principal access to a deployment pipeline example
Remove user access to a deployment pipeline example

Remove group access to a deployment pipeline example

範例要求

DELETE https://api.powerbi.com/v1.0/myorg/pipelines/8ce96c50-85a0-4db3-85c6-7ccc3ed46523/users/5dba60b0-d9a7-42a3-b12c-6d9d51e7739a

範例回覆

Remove service principal access to a deployment pipeline example

範例要求

DELETE https://api.powerbi.com/v1.0/myorg/pipelines/8ce96c50-85a0-4db3-85c6-7ccc3ed46523/users/a35d842b-90d5-59a1-c56a-5f8fcff0bf9d

範例回覆

Remove user access to a deployment pipeline example

範例要求

DELETE https://api.powerbi.com/v1.0/myorg/pipelines/8ce96c50-85a0-4db3-85c6-7ccc3ed46523/users/john@contoso.com

範例回覆