:doc:`Route53GlobalResolver <../../route53globalresolver>` / Client / delete_firewall_domain_list

***************************
delete_firewall_domain_list
***************************



.. py:method:: Route53GlobalResolver.Client.delete_firewall_domain_list(**kwargs)

  

  Deletes a firewall domain list. This operation cannot be undone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53globalresolver-2022-09-27/DeleteFirewallDomainList>`_  


  **Request Syntax**
  ::

    response = client.delete_firewall_domain_list(
        firewallDomainListId='string'
    )
    
  :type firewallDomainListId: string
  :param firewallDomainListId: **[REQUIRED]** 

    The unique identifier of the firewall domain list to delete.

    

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

    
    ::

      {
          'arn': 'string',
          'id': 'string',
          'name': 'string',
          'status': 'CREATING'|'OPERATIONAL'|'UPDATING'|'DELETING'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        The Amazon Resource Name (ARN) of the deleted firewall domain list.

        
      

      - **id** *(string) --* 

        The unique identifier of the deleted firewall domain list.

        
      

      - **name** *(string) --* 

        The name of the deleted firewall domain list.

        
      

      - **status** *(string) --* 

        The final status of the deleted firewall domain list.

        
  
  **Exceptions**
  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.InternalServerException`

  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.ValidationException`

  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.ConflictException`

  
  *   :py:class:`Route53GlobalResolver.Client.exceptions.AccessDeniedException`

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

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

  