Skip to content

Delete Graph

detective_delete_graph R Documentation

Disables the specified behavior graph and queues it to be deleted

Description

Disables the specified behavior graph and queues it to be deleted. This operation removes the behavior graph from each member account's list of behavior graphs.

delete_graph can only be called by the administrator account for a behavior graph.

Usage

detective_delete_graph(GraphArn)

Arguments

GraphArn

[required] The ARN of the behavior graph to disable.

Value

An empty list.

Request syntax

svc$delete_graph(
  GraphArn = "string"
)