Notice
Relativity metric fields are automatically discovered by the system when the RelativityOne metrics configuration panel is opened in Agility Blue. If you delete a metric field programmatically, it will likely be recreated at some point in the future when a user opens the metrics configuration panel. If your intent is to simply remove the field so it is no longer collected, it is better to disable the metric field using the
Set-RelativityMetricFieldcmdlet instead.
Summary
Deletes an existing Relativity metric field.
Remove-RelativityMetricField
-IdReturns nothing.
Parameters
Parameter | Type | Required? | Notes |
|---|---|---|---|
Id | Int32 | Yes | The Relativity metric field id. |
Examples
Delete an existing Relativity metric field
Remove-RelativityMetricField -Id 17