Skip to contents

Removes an anomaly detector from a workspace. This operation is idempotent.

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

Usage

prometheusservice_delete_anomaly_detector(
  workspaceId,
  anomalyDetectorId,
  clientToken = NULL
)

Arguments

workspaceId

[required] The identifier of the workspace containing the anomaly detector to delete.

anomalyDetectorId

[required] The identifier of the anomaly detector to delete.

clientToken

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