:doc:`QuickSight <../../quicksight>` / Client / delete_dashboard

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



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

  

  Deletes a dashboard.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteDashboard>`_  


  **Request Syntax**
  ::

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

    The ID of the Amazon Web Services account that contains the dashboard that you're deleting.

    

  
  :type DashboardId: string
  :param DashboardId: **[REQUIRED]** 

    The ID for the dashboard.

    

  
  :type VersionNumber: integer
  :param VersionNumber: 

    The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.

    

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

    
    ::

      {
          'Status': 123,
          'Arn': 'string',
          'DashboardId': 'string',
          'RequestId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Status** *(integer) --* 

        The HTTP status of the request.

        
      

      - **Arn** *(string) --* 

        The Secure Socket Layer (SSL) properties that apply for the resource.

        
      

      - **DashboardId** *(string) --* 

        The ID of the dashboard.

        
      

      - **RequestId** *(string) --* 

        The Amazon Web Services request ID for this operation.

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

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidParameterValueException`

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

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

  
  *   :py:class:`QuickSight.Client.exceptions.UnsupportedUserEditionException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  