MetricSetControllerRemoveStateGroupOnMetricSet Method (Guid, String, NullableGuid)

Deletes the specified custom hierarchy group from a metric set.

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("RemoveCustomHierarchyGroup/{id}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(409)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult<MetricSetData> RemoveStateGroupOnMetricSet(
	Guid id,
	string groupUniqueName,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the metric set.
groupUniqueName
Type: SystemString
The unique name of the group to delete.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: ActionResultMetricSetData
The operation completed successfully. The payload contains a MetricSetData object containing the updated metric set data.
See Also