Values.DeleteAnomalyDetectorRequestSourceRemoves an anomaly detector from a workspace. This operation is idempotent.
type nonrec t = {workspaceId : WorkspaceId.t;The identifier of the workspace containing the anomaly detector to delete.
*)anomalyDetectorId : AnomalyDetectorId.t;The identifier of the anomaly detector to delete.
*)clientToken : IdempotencyToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)}val make :
?clientToken:??? ->
workspaceId:WorkspaceId.t ->
anomalyDetectorId:AnomalyDetectorId.t ->
unit ->
t