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

************************************
delete_scraper_logging_configuration
************************************



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

  

  Deletes the logging configuration for a Amazon Managed Service for Prometheus scraper.

  

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


  **Request Syntax**
  ::

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

    The ID of the scraper whose logging configuration will be deleted.

    

  
  :type clientToken: string
  :param clientToken: 

    A unique, case-sensitive identifier that you provide to ensure the request is processed exactly once.

    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`

  