MetricSetService.removeElement Method
Removes the element with the given unique name from the given metric set.
Parameters
- metricSetId
-
Type: String
The ID of the metric set to remove the element from.
- elementUniqueName
-
Type: String
The unique name of the analysis element of the element to remove.
Return Value
Type: jQuery.Promise
Value: dundas.entities.MetricSet
A promise object that is resolved when the call is complete.
If successful, the updated dundas.entities.MetricSet is returned.