共用方式為


Gateways - Delete Datasource User

從指定的資料來源中移除指定的使用者。

權限

使用者必須具有閘道管理員許可權。

必要範圍

Dataset.ReadWrite.All

限制

不支援虛擬網路 (VNet) 閘道。

DELETE https://api.powerbi.com/v1.0/myorg/gateways/{gatewayId}/datasources/{datasourceId}/users/{emailAdress}
DELETE https://api.powerbi.com/v1.0/myorg/gateways/{gatewayId}/datasources/{datasourceId}/users/{emailAdress}?profileId={profileId}

URI 參數

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

string

uuid

資料來源識別碼

emailAdress
path True

string

使用者的電子郵件地址或服務主體的物件識別碼

gatewayId
path True

string

uuid

閘道識別碼。 使用閘道叢集時,閘道識別碼是指叢集中第一個) 閘道的主要 (。 在這種情況下,閘道識別碼類似于閘道叢集識別碼。

profileId
query

string

uuid

要刪除的服務主體設定檔識別碼

回應

名稱 類型 Description
200 OK

確定

範例

Example

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/gateways/1f69e798-5852-4fdd-ab01-33bb14b6e934/datasources/252b9de8-d915-4788-aaeb-ec8c2395f970/users/john@contoso.com

Sample Response