Delete Dataset
Updated: January 23, 2017
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
| Name | Description |
|---|---|
| collectionName | The workspace collection name |
| workspaceId | The workspace ID |
| datasetKey | The dataset ID |
Status code
| Code | Description |
|---|---|
| 200 | OK. Indicates success. An empty object is returned in the response body. |
Show: