Delete Dataset

 

Updated: January 23, 2017



Request | Response

The Delete Dataset operation deletes a Dataset object.

Note To call this operation, an app token or key is required. To learn more, see Authenticating and authorizing with Power BI Embedded.

DELETE https://api.powerbi.com/v1.0/collections/{collectionName}/workspaces/{workspaceId}/datasets/{datasetKey}/

Uri parameter

NameDescription
collectionNameThe workspace collection name
workspaceIdThe workspace ID
datasetKeyThe dataset ID

Status code

CodeDescription
200OK. Indicates success. An empty object is returned in the response body.

Show: