:doc:`ConfigService <../../config>` / Client / delete_configuration_aggregator

*******************************
delete_configuration_aggregator
*******************************



.. py:method:: ConfigService.Client.delete_configuration_aggregator(**kwargs)

  

  Deletes the specified configuration aggregator and the aggregated data associated with the aggregator.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteConfigurationAggregator>`_  


  **Request Syntax**
  ::

    response = client.delete_configuration_aggregator(
        ConfigurationAggregatorName='string'
    )
    
  :type ConfigurationAggregatorName: string
  :param ConfigurationAggregatorName: **[REQUIRED]** 

    The name of the configuration aggregator.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConfigService.Client.exceptions.NoSuchConfigurationAggregatorException`

  