Gateways - Delete Datasource User
Rimuove l'utente specificato dall'origine dati specificata.
Autorizzazioni
L'utente deve disporre delle autorizzazioni di amministratore del gateway.
Ambito obbligatorio
Dataset.ReadWrite.All
Limitazioni
I gateway di rete virtuale (VNet) non sono supportati.
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}
Parametri dell'URI
Nome | In | Necessario | Tipo | Descrizione |
---|---|---|---|---|
datasource
|
path | True |
string uuid |
ID origine dati |
email
|
path | True |
string |
Indirizzo di posta elettronica dell'utente o ID oggetto dell'entità servizio |
gateway
|
path | True |
string uuid |
ID gateway. Quando si usa un cluster gateway, l'ID gateway fa riferimento al gateway primario (primo) nel cluster. In questi casi, l'ID gateway è simile all'ID cluster del gateway. |
profile
|
query |
string uuid |
ID del profilo dell'entità servizio da eliminare |
Risposte
Nome | Tipo | Descrizione |
---|---|---|
200 OK |
OK |
Esempio
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