cloudwatch_delete_alarms: Deletes the specified alarms
Description
Deletes the specified alarms. You can delete up to 50 alarms in one
operation. In the event of an error, no alarms are deleted.
Usage
cloudwatch_delete_alarms(AlarmNames)
Arguments
AlarmNames
[required] The alarms to be deleted.
Request syntax
svc$delete_alarms(
AlarmNames = list(
"string"
)
)