CloudWatch.Client.delete_dashboards(**kwargs)¶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.
See also: AWS API Documentation
Request Syntax
response = client.delete_dashboards(
DashboardNames=[
'string',
]
)
[REQUIRED]
The dashboards to be deleted. This parameter is required.
{}
Response Structure
Exceptions
CloudWatch.Client.exceptions.InvalidParameterValueExceptionCloudWatch.Client.exceptions.DashboardNotFoundErrorCloudWatch.Client.exceptions.InternalServiceFault