Skip to content

Delete Logging Configuration

prometheusservice_delete_logging_configuration R Documentation

Deletes the logging configuration for a workspace

Description

Deletes the logging configuration for a workspace.

Usage

prometheusservice_delete_logging_configuration(clientToken, workspaceId)

Arguments

clientToken

A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

workspaceId

[required] The ID of the workspace containing the logging configuration to delete.

Value

An empty list.

Request syntax

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