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.
cloudwatch_delete_dashboards(DashboardNames)
An empty list.
[required] The dashboards to be deleted. This parameter is required.
svc$delete_dashboards(
DashboardNames = list(
"string"
)
)