Skip to content

Delete Alert Manager Definition

prometheusservice_delete_alert_manager_definition R Documentation

Deletes the alert manager definition from a workspace

Description

Deletes the alert manager definition from a workspace.

Usage

prometheusservice_delete_alert_manager_definition(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 to delete the alert manager definition from.

Value

An empty list.

Request syntax

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