Datasets - Cancel Refresh

Annulla l'operazione di aggiornamento specificata per il set di dati specificato dall'area di lavoro personale.

Ambito obbligatorio

Dataset.ReadWrite.All

DELETE https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/refreshes/{refreshId}

Parametri dell'URI

Nome In Necessario Tipo Descrizione
datasetId
path True

string

uuid

ID del set di dati

refreshId
path True

string

uuid

ID aggiornamento

Risposte

Nome Tipo Descrizione
200 OK

OK

Esempio

Example

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/datasets/f7fc6510-e151-42a3-850b-d0805a391db0/refreshes/87f31ef7-1e3a-4006-9b0b-191693e79e9e

Sample Response