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。 |
pipeline
|
path | True |
string uuid |
部署管道 ID |
响应
名称 | 类型 | 说明 |
---|---|---|
200 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
Sample Request
DELETE https://api.powerbi.com/v1.0/myorg/pipelines/8ce96c50-85a0-4db3-85c6-7ccc3ed46523/users/5dba60b0-d9a7-42a3-b12c-6d9d51e7739a
Sample Response
Remove service principal access to a deployment pipeline example
Sample Request
DELETE https://api.powerbi.com/v1.0/myorg/pipelines/8ce96c50-85a0-4db3-85c6-7ccc3ed46523/users/a35d842b-90d5-59a1-c56a-5f8fcff0bf9d
Sample Response
Remove user access to a deployment pipeline example
Sample Request
DELETE https://api.powerbi.com/v1.0/myorg/pipelines/8ce96c50-85a0-4db3-85c6-7ccc3ed46523/users/john@contoso.com