Edit Semantic Model - Deletes a table from a Power BI dataset within a specific workspace

Deletes a table (non-calculated) from a Power BI dataset within a specific workspace.

delete
Authorizations
Path parameters
workspaceIdstringRequired

Enter ID of the workspace for which the theme details are requested.

datasetIdstringRequired

Enter ID of an existing dataset

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Body

Model for deleting tables.

tableNamestringRequired

A public property of type string that specifies the name of the table to delete.

Responses
200
Success: The table was deleted successfully.
delete
DELETE /workspace/{workspaceId}/dataset/{datasetId}/table HTTP/1.1
Host: admin-embedfastdev-app.azurewebsites.net
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 20

{
  "tableName": "text"
}

No content

Last updated