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

************
delete_brand
************



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

  

  .. warning::

    

    This API permanently deletes the specified Quick Sight brand. When you delete a brand:

     

    
    * The brand and all its associated branding elements are permanently removed
     
    * Any applications or dashboards using this brand will revert to default styling
     
    * This action cannot be undone through the API
    

     

    **Before proceeding:** Verify that the brand is no longer needed and consider the impact on any applications currently using this brand.

     

   

  Deletes an Quick Sight brand.

  

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


  **Request Syntax**
  ::

    response = client.delete_brand(
        AwsAccountId='string',
        BrandId='string'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that owns the brand.

    

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

    The ID of the Quick Suite brand.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        The Amazon Web Services request ID for this operation.

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

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

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

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

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

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

  