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

********************************
delete_aggregation_authorization
********************************



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

  

  Deletes the authorization granted to the specified configuration aggregator account in a specified region.

  

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


  **Request Syntax**
  ::

    response = client.delete_aggregation_authorization(
        AuthorizedAccountId='string',
        AuthorizedAwsRegion='string'
    )
    
  :type AuthorizedAccountId: string
  :param AuthorizedAccountId: **[REQUIRED]** 

    The 12-digit account ID of the account authorized to aggregate data.

    

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

    The region authorized to collect aggregated data.

    

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

  