Edit Semantic Model - Deletes a table from a Power BI dataset within a specific workspace
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
versionstringOptionalDefault:
The requested API version
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.
400
Bad Request: The server cannot process the request due to a client error, such as invalid table details.
401
Unauthorized: The request lacks valid authentication credentials for the target resource.
404
Not Found: The specified table was not found in the dataset.
500
Internal Server Error: An unexpected server error occurred while processing the request.
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
PreviousEdit Semantic Model - Updates a calculated table in a Power BI dataset within a specific workspaceNextEdit Semantic Model - Generates a DAX expression for a calculated column based on the provided promp
Last updated