Amazon Detective · JSON Structure

Amazon Detective Delete Graph Request Structure

Request to delete a behavior graph

Type: object Properties: 1 Required: 1
ForensicsInvestigationSecurity

DeleteGraphRequest is a JSON Structure definition published by Amazon Detective, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GraphArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-detective/refs/heads/main/json-structure/amazon-detective-delete-graph-request-structure.json",
  "description": "Request to delete a behavior graph",
  "type": "object",
  "properties": {
    "GraphArn": {
      "type": "string",
      "description": "The ARN of the behavior graph to disable",
      "example": "arn:aws:detective:us-east-1:123456789012:graph:abc123def456"
    }
  },
  "required": [
    "GraphArn"
  ],
  "name": "DeleteGraphRequest"
}