HierarchyEntityControllerDeleteLevel Method

DELETE /HierarchyEntity/Level/ Deletes the given level.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpDeleteAttribute]
[ActionNameAttribute("Level")]
public HttpResponseMessage DeleteLevel(
	Guid id,
	string levelUniqueName,
	Nullable<Guid> sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the hierarchy.
levelUniqueName
Type: SystemString
The unique name of the level.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A HierarchyEntityData object containing the updated hierarchy, or a status code indicating the problem.
See Also