deleteCustomMetric
inline suspend fun IotClient.deleteCustomMetric(crossinline block: DeleteCustomMetricRequest.Builder.() -> Unit): DeleteCustomMetricResponse
Deletes a Device Defender detect custom metric.
Requires permission to access the DeleteCustomMetric action.
Before you can delete a custom metric, you must first remove the custom metric from all security profiles it's a part of. The security profile associated with the custom metric can be found using the ListSecurityProfiles API with metricName
set to your custom metric name.