PrometheusService / Client / delete_query_logging_configuration
delete_query_logging_configuration¶
- PrometheusService.Client.delete_query_logging_configuration(**kwargs)¶
- Deletes the query logging configuration for the specified workspace. - See also: AWS API Documentation - Request Syntax- response = client.delete_query_logging_configuration( workspaceId='string', clientToken='string' ) - Parameters:
- workspaceId (string) – - [REQUIRED] - The ID of the workspace from which to delete the query logging configuration. 
- clientToken (string) – - (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