次の方法で共有


Pipelines - Delete Pipeline User

指定したデプロイ パイプラインからユーザーのアクセス許可を削除します。

必要なスコープ

Pipeline.ReadWrite.All

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

URI パラメーター

名前 / 必須 説明
identifier
path True

string

ユーザー パイプラインのアクセス許可を削除するには、ユーザーのユーザー プリンシパル名 (UPN) を指定します。 サービス プリンシパルまたはセキュリティ グループのパイプラインのアクセス許可を削除するには、サービス プリンシパルまたはセキュリティ グループのオブジェクト ID を指定します。

pipelineId
path True

string (uuid)

デプロイ パイプライン ID

応答

名前 説明
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

応答のサンプル