Deletes the specified anomaly detection model from your account.
cloudwatch_delete_anomaly_detector(Namespace, MetricName, Dimensions,
Stat)
An empty list.
[required] The namespace associated with the anomaly detection model to delete.
[required] The metric name associated with the anomaly detection model to delete.
The metric dimensions associated with the anomaly detection model to delete.
[required] The statistic associated with the anomaly detection model to delete.
svc$delete_anomaly_detector(
Namespace = "string",
MetricName = "string",
Dimensions = list(
list(
Name = "string",
Value = "string"
)
),
Stat = "string"
)