DELETE /MetricSet/RemoveStateGroup/{id}/

Deletes the specified state group from a metric set.
 

Request

Method Request URI
DELETE /API/MetricSet/RemoveStateGroup/{id}/?stateGroupId=value&sessionId=value

URI Parameters

URI Parameter Description
stateGroupId The ID of the state group to delete.
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the metric set.

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.WebApi.Models.MetricSetData object containing the updated metric set data, or a status code indicating the problem.