共用方式為


Datasets - Cancel Refresh

[我的工作區] 取消指定資料集的指定重新整理作業。

必要範圍

Dataset.ReadWrite.All

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

URI 參數

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

string

uuid

資料集識別碼

refreshId
path True

string

uuid

重新整理識別碼

回應

名稱 類型 Description
200 OK

確定

範例

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