Skip to content

Delete Query Logging Configuration

prometheusservice_delete_query_logging_configuration R Documentation

Deletes the query logging configuration for the specified workspace

Description

Deletes the query logging configuration for the specified workspace.

Usage

prometheusservice_delete_query_logging_configuration(workspaceId,
  clientToken)

Arguments

workspaceId

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

clientToken

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

Value

An empty list.

Request syntax

svc$delete_query_logging_configuration(
  workspaceId = "string",
  clientToken = "string"
)