Delete Anomaly Monitor
| costexplorer_delete_anomaly_monitor | R Documentation | 
Deletes a cost anomaly monitor¶
Description¶
Deletes a cost anomaly monitor.
Usage¶
costexplorer_delete_anomaly_monitor(MonitorArn)
Arguments¶
| MonitorArn | [required] The unique identifier of the cost anomaly monitor that you want to delete. | 
Value¶
An empty list.
Request syntax¶
svc$delete_anomaly_monitor(
  MonitorArn = "string"
)