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

****************************
delete_account_customization
****************************



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

  

  .. warning::

    

    This API permanently deletes all Quick Sight customizations for the specified Amazon Web Services account and namespace. When you delete account customizations:

     

    
    * All customizations are removed including themes, branding, and visual settings
     
    * This action cannot be undone through the API
     
    * Users will see default Quick Sight styling after customizations are deleted
    

     

    **Before proceeding:** Ensure you have backups of any custom themes or branding elements you may want to recreate.

     

   

  Deletes all Amazon Quick Sight customizations for the specified Amazon Web Services account and Quick Sight namespace.

  

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


  **Request Syntax**
  ::

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

    The ID for the Amazon Web Services account that you want to delete Quick Sight customizations from.

    

  
  :type Namespace: string
  :param Namespace: 

    The Quick Sight namespace that you're deleting the customizations from.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        The Amazon Web Services request ID for this operation.

        
      

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

        The HTTP status of the request.

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

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

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

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

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

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

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

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

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

  