Pipelines - Delete Pipeline User
Menghapus izin pengguna dari alur penyebaran yang ditentukan.
Cakupan yang Diperlukan
Pipeline.ReadWrite.All
DELETE https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/users/{identifier}
Parameter URI
Nama | Dalam | Diperlukan | Jenis | Deskripsi |
---|---|---|---|---|
identifier
|
path | True |
string |
Untuk menghapus izin alur pengguna, berikan nama prinsipal pengguna (UPN) pengguna. Untuk menghapus perwakilan layanan atau izin alur grup keamanan, berikan ID Objek dari perwakilan layanan atau grup keamanan. |
pipeline
|
path | True |
string uuid |
ID alur penyebaran |
Respons
Nama | Jenis | Deskripsi |
---|---|---|
200 OK |
OK |
Contoh
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