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

**********************************
delete_pending_aggregation_request
**********************************



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

  

  Deletes pending authorization requests for a specified aggregator account in a specified region.

  

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


  **Request Syntax**
  ::

    response = client.delete_pending_aggregation_request(
        RequesterAccountId='string',
        RequesterAwsRegion='string'
    )
    
  :type RequesterAccountId: string
  :param RequesterAccountId: **[REQUIRED]** 

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

    

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

    The region requesting to aggregate data.

    

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

  