Edit Semantic Model - Deletes a column from a specified table within a Power BI dataset
Enter ID of the workspace for which the theme details are requested.
Enter ID of an existing dataset
The requested API version
1.0
Optional User Id
Represents a model for deleting a column in a Power BI dataset.
The name of the table in which the calculated column will be created.
The name of the calculated column to be created.
Success: The column was deleted successfully.
No content
Bad Request: The server cannot process the request due to a client error, such as the column not existing or invalid table/column details.
Unauthorized: The request lacks valid authentication credentials for the target resource.
Not Found: The specified column was not found in the table.
Internal Server Error: An unexpected server error occurred while processing the request.
DELETE /workspace/{workspaceId}/dataset/{datasetId}/column HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"tableName": "text",
"columnName": "text"
}
No content
Last updated