:doc:`PrometheusService <../../amp>` / Client / delete_query_logging_configuration

**********************************
delete_query_logging_configuration
**********************************



.. py:method:: PrometheusService.Client.delete_query_logging_configuration(**kwargs)

  

  Deletes the query logging configuration for the specified workspace.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/amp-2020-08-01/DeleteQueryLoggingConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_query_logging_configuration(
        workspaceId='string',
        clientToken='string'
    )
    
  :type workspaceId: string
  :param workspaceId: **[REQUIRED]** 

    The ID of the workspace from which to delete the query logging configuration.

    

  
  :type clientToken: string
  :param clientToken: 

    (Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.

    This field is autopopulated if not provided.

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`PrometheusService.Client.exceptions.ConflictException`

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

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

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

  
  *   :py:class:`PrometheusService.Client.exceptions.InternalServerException`

  