prometheusservice_delete_alert_manager_definition {paws.management}R Documentation

Deletes the alert manager definition from a workspace

Description

Deletes the alert manager definition from a workspace.

See https://www.paws-r-sdk.com/docs/prometheusservice_delete_alert_manager_definition/ for full documentation.

Usage

prometheusservice_delete_alert_manager_definition(
  clientToken = NULL,
  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.


[Package paws.management version 0.9.0 Index]