:doc:`CleanRoomsService <../../cleanrooms>` / Client / delete_configured_table_analysis_rule

*************************************
delete_configured_table_analysis_rule
*************************************



.. py:method:: CleanRoomsService.Client.delete_configured_table_analysis_rule(**kwargs)

  

  Deletes a configured table analysis rule.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTableAnalysisRule>`_  


  **Request Syntax**
  ::

    response = client.delete_configured_table_analysis_rule(
        configuredTableIdentifier='string',
        analysisRuleType='AGGREGATION'|'LIST'|'CUSTOM'
    )
    
  :type configuredTableIdentifier: string
  :param configuredTableIdentifier: **[REQUIRED]** 

    The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.

    

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

    The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An empty response that indicates a successful delete.

      
  
  **Exceptions**
  
  *   :py:class:`CleanRoomsService.Client.exceptions.ConflictException`

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

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

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

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

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

  