Datasets - Cancel Refresh

[マイ ワークスペース] から、指定したデータセットの指定した更新操作を取り消します。

必要なスコープ

Dataset.ReadWrite.All

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

URI パラメーター

名前 / 必須 説明
datasetId
path True

string

uuid

データセット ID

refreshId
path True

string

uuid

更新 ID

応答

名前 説明
200 OK

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