Push Datasets - Datasets DeleteRows

Deletes all rows from the specified table within the specified dataset from My workspace.

Required Scope

Dataset.ReadWrite.All

Limitations

This API call only supports push datasets. For a complete list of limitations, see Push datasets limitations.

DELETE https://api.powerbi.com/v1.0/myorg/datasets/{datasetId}/tables/{tableName}/rows

URI Parameters

Name In Required Type Description
datasetId
path True

string

The dataset ID

tableName
path True

string

The table name

Responses

Name Type Description
200 OK

OK

Examples

Example

Sample Request

DELETE https://api.powerbi.com/v1.0/myorg/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/tables/Product/rows

Sample Response