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

******************
delete_trust_store
******************



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

  

  Deletes a trust store.

  

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


  **Request Syntax**
  ::

    response = client.delete_trust_store(
        TrustStoreArn='string'
    )
    
  :type TrustStoreArn: string
  :param TrustStoreArn: **[REQUIRED]** 

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

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  