:doc:`CloudWatch <../../cloudwatch>` / Client / delete_dashboards

*****************
delete_dashboards
*****************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/monitoring-2010-08-01/DeleteDashboards>`_  


  **Request Syntax**
  ::

    response = client.delete_dashboards(
        DashboardNames=[
            'string',
        ]
    )
    
  :type DashboardNames: list
  :param DashboardNames: **[REQUIRED]** 

    The dashboards to be deleted. This parameter is required.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatch.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`CloudWatch.Client.exceptions.DashboardNotFoundError`

  
  *   :py:class:`CloudWatch.Client.exceptions.InternalServiceFault`

  
  *   :py:class:`CloudWatch.Client.exceptions.ConflictException`

  