:doc:`ElasticLoadBalancingv2 <../../elbv2>` / Client / remove_trust_store_revocations

******************************
remove_trust_store_revocations
******************************



.. py:method:: ElasticLoadBalancingv2.Client.remove_trust_store_revocations(**kwargs)

  

  Removes the specified revocation file from the specified trust store.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/RemoveTrustStoreRevocations>`_  


  **Request Syntax**
  ::

    response = client.remove_trust_store_revocations(
        TrustStoreArn='string',
        RevocationIds=[
            123,
        ]
    )
    
  :type TrustStoreArn: string
  :param TrustStoreArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the trust store.

    

  
  :type RevocationIds: list
  :param RevocationIds: **[REQUIRED]** 

    The revocation IDs of the revocation files you want to remove.

    

  
    - *(integer) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ElasticLoadBalancingv2.Client.exceptions.TrustStoreNotFoundException`

  
  *   :py:class:`ElasticLoadBalancingv2.Client.exceptions.RevocationIdNotFoundException`

  