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(
    clientToken='string',
    workspaceId='string'
)
Parameters:
  • 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.

  • workspaceId (string) –

    [REQUIRED]

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

Returns:

None

Exceptions