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

**********************
delete_global_resolver
**********************



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

  

  Deletes a Route 53 Global Resolver instance. This operation cannot be undone. All associated DNS views, access sources, tokens, and firewall rules are also deleted.

  

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


  **Request Syntax**
  ::

    response = client.delete_global_resolver(
        globalResolverId='string'
    )
    
  :type globalResolverId: string
  :param globalResolverId: **[REQUIRED]** 

    The unique identifier of the Route 53 Global Resolver to delete.

    

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

    
    ::

      {
          'id': 'string',
          'arn': 'string',
          'clientToken': 'string',
          'dnsName': 'string',
          'observabilityRegion': 'string',
          'name': 'string',
          'description': 'string',
          'regions': [
              'string',
          ],
          'createdAt': datetime(2015, 1, 1),
          'updatedAt': datetime(2015, 1, 1),
          'status': 'CREATING'|'OPERATIONAL'|'UPDATING'|'DELETING',
          'ipv4Addresses': [
              'string',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        The unique identifier of the deleted Route 53 Global Resolver.

        
      

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

        The Amazon Resource Name (ARN) of the deleted Route 53 Global Resolver.

        
      

      - **clientToken** *(string) --* 

        The unique string that identifies the request and ensures idempotency.

        
      

      - **dnsName** *(string) --* 

        The hostname that DNS clients used for TLS certificate validation when connecting to the deleted Route 53 Global Resolver.

        
      

      - **observabilityRegion** *(string) --* 

        The AWS Region where observability data for the deleted Route 53 Global Resolver was stored.

        
      

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

        The name of the deleted Route 53 Global Resolver.

        
      

      - **description** *(string) --* 

        The description of the deleted Route 53 Global Resolver.

        
      

      - **regions** *(list) --* 

        The AWS Regions where the deleted Route 53 Global Resolver was deployed and operational.

        
        

        - *(string) --* 
    
      

      - **createdAt** *(datetime) --* 

        The date and time when the Route 53 Global Resolver was originally created.

        
      

      - **updatedAt** *(datetime) --* 

        The date and time when the Route 53 Global Resolver was last updated before deletion.

        
      

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

        The final status of the deleted Route 53 Global Resolver.

        
      

      - **ipv4Addresses** *(list) --* 

        The global anycast IPv4 addresses that were associated with the deleted Route 53 Global Resolver.

        
        

        - *(string) --* 
    
  
  **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`

  