DELETE /MetricSet/RemoveElement/{id}/

Removes an element from a metric set.
 

Request

Method Request URI
DELETE /API/MetricSet/RemoveElement/{id}/?elementUniqueName=value&sessionId=value

URI Parameters

URI Parameter Description
elementUniqueName The unique name of the analysis element of the element to remove.
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.