Method: Aws::CloudWatch::Client#delete_dashboards
- Defined in:
- lib/aws-sdk-cloudwatch/client.rb
#delete_dashboards(params = {}) ⇒ Struct
Deletes all dashboards that you specify. You can specify up to 100 dashboards to delete. If there is an error during this call, no dashboards are deleted.
720 721 722 723 |
# File 'lib/aws-sdk-cloudwatch/client.rb', line 720 def delete_dashboards(params = {}, = {}) req = build_request(:delete_dashboards, params) req.send_request() end |