Share via


Admin - Pipelines DeleteUserAsAdmin

지정된 배포 파이프라인에서 사용자 권한을 제거합니다.

사용 권한

사용자에게 관리자 권한이 있어야 합니다.

필수 범위

Tenant.ReadWrite.All

제한 사항

시간당 최대 200개 요청.

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
identifier
path True

string

보안 주체 유형 User에 대해 UPN(사용자 계정 이름)을 제공합니다. 그렇지 않으면 보안 주체의 개체 ID 를 제공합니다.

pipelineId
path True

string

uuid

배포 파이프라인 ID

응답

Name 형식 Description
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/admin/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/admin/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/admin/pipelines/8ce96c50-85a0-4db3-85c6-7ccc3ed46523/users/john@contoso.com

Sample Response