:doc:`NetworkFirewall <../../network-firewall>` / Client / delete_proxy_configuration

**************************
delete_proxy_configuration
**************************



.. py:method:: NetworkFirewall.Client.delete_proxy_configuration(**kwargs)

  

  Deletes the specified  ProxyConfiguration.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DeleteProxyConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_proxy_configuration(
        ProxyConfigurationName='string',
        ProxyConfigurationArn='string'
    )
    
  :type ProxyConfigurationName: string
  :param ProxyConfigurationName: 

    The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.

     

    You must specify the ARN or the name, and you can specify both.

    

  
  :type ProxyConfigurationArn: string
  :param ProxyConfigurationArn: 

    The Amazon Resource Name (ARN) of a proxy configuration.

     

    You must specify the ARN or the name, and you can specify both.

    

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

    
    ::

      {
          'ProxyConfigurationName': 'string',
          'ProxyConfigurationArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ProxyConfigurationName** *(string) --* 

        The descriptive name of the proxy configuration. You can't change the name of a proxy configuration after you create it.

        
      

      - **ProxyConfigurationArn** *(string) --* 

        The Amazon Resource Name (ARN) of a proxy configuration.

        
  
  **Exceptions**
  
  *   :py:class:`NetworkFirewall.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`NetworkFirewall.Client.exceptions.InternalServerError`

  
  *   :py:class:`NetworkFirewall.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`NetworkFirewall.Client.exceptions.ThrottlingException`

  