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

***********************
delete_proxy_rule_group
***********************



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

  

  Deletes the specified  ProxyRuleGroup.

  

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


  **Request Syntax**
  ::

    response = client.delete_proxy_rule_group(
        ProxyRuleGroupName='string',
        ProxyRuleGroupArn='string'
    )
    
  :type ProxyRuleGroupName: string
  :param ProxyRuleGroupName: 

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

     

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

    

  
  :type ProxyRuleGroupArn: string
  :param ProxyRuleGroupArn: 

    The Amazon Resource Name (ARN) of a proxy rule group.

     

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

    

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

    
    ::

      {
          'ProxyRuleGroupName': 'string',
          'ProxyRuleGroupArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ProxyRuleGroupName** *(string) --* 

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

        
      

      - **ProxyRuleGroupArn** *(string) --* 

        The Amazon Resource Name (ARN) of a proxy rule group.

        
  
  **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`

  