Delete table rows

 

Updated: January 23, 2017



Request | Response

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

NameDescription
collectionNameThe workspace collection name
workspaceIdThe workspace ID
datasetKeyThe dataset ID
tableNameThe table name.

Status code

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