Open this page in the API Guide

DataInputController.RemoveDataStorageColumn Method

Removes the specified data storage column.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpDeleteAttribute("DataStorageColumn")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(409)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult RemoveDataStorageColumn(
	Guid dataCubeId,
	Guid transformId,
	string name,
	Guid? sessionId = null
)

Parameters

dataCubeId
Type: System.Guid
Data cube ID.
transformId
Type: System.Guid
Transform ID.
name
Type: System.String
The name of the data storage column.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: ActionResult
See Also