:doc:`CloudTrail <../../cloudtrail>` / Client / delete_dashboard

****************
delete_dashboard
****************



.. py:method:: CloudTrail.Client.delete_dashboard(**kwargs)

  

  Deletes the specified dashboard. You cannot delete a dashboard that has termination protection enabled.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloudtrail-2013-11-01/DeleteDashboard>`_  


  **Request Syntax**
  ::

    response = client.delete_dashboard(
        DashboardId='string'
    )
    
  :type DashboardId: string
  :param DashboardId: **[REQUIRED]** 

    The name or ARN for the dashboard.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudTrail.Client.exceptions.ConflictException`

  
  *   :py:class:`CloudTrail.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CloudTrail.Client.exceptions.UnsupportedOperationException`

  