:doc:`Route53 <../../route53>` / Client / delete_query_logging_config

***************************
delete_query_logging_config
***************************



.. py:method:: Route53.Client.delete_query_logging_config(**kwargs)

  

  Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs. Route 53 doesn't delete any logs that are already in CloudWatch Logs.

   

  For more information about DNS query logs, see `CreateQueryLoggingConfig <https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteQueryLoggingConfig>`_  


  **Request Syntax**
  ::

    response = client.delete_query_logging_config(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the configuration that you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Route53.Client.exceptions.ConcurrentModification`

  
  *   :py:class:`Route53.Client.exceptions.NoSuchQueryLoggingConfig`

  
  *   :py:class:`Route53.Client.exceptions.InvalidInput`

  