Share via


Datasets - Cancel Refresh

내 작업 영역에서 지정된 데이터 세트에 대해 지정한 새로 고침 작업을 취소합니다.

필수 범위

Dataset.ReadWrite.All

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
datasetId
path True

string

uuid

데이터 세트 ID

refreshId
path True

string

uuid

새로 고침 ID

응답

Name 형식 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