:doc:`BillingandCostManagementDashboards <../../bcm-dashboards>` / Client / delete_dashboard

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



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

  

  Deletes a specified dashboard. This action cannot be undone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bcm-dashboards-2025-08-18/DeleteDashboard>`_  


  **Request Syntax**
  ::

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

    The ARN of the dashboard to be deleted.

    

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

    
    ::

      {
          'arn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        The ARN of the dashboard that was deleted.

        
  
  **Exceptions**
  
  *   :py:class:`BillingandCostManagementDashboards.Client.exceptions.ThrottlingException`

  
  *   :py:class:`BillingandCostManagementDashboards.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`BillingandCostManagementDashboards.Client.exceptions.InternalServerException`

  
  *   :py:class:`BillingandCostManagementDashboards.Client.exceptions.ValidationException`

  