Delete table rows
Updated: January 23, 2017
The Delete table row operation deletes all rows from the specified table.
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}/tables/{tableName}/rows
Uri parameter
| Name | Description |
|---|---|
| collectionName | The workspace collection name |
| workspaceId | The workspace ID |
| datasetKey | The dataset ID |
| tableName | The table name. |
Status code
| Code | Description |
|---|---|
| 200 | OK. Indicates success. An empty object is returned in the response body. |
Show: