remove_from_diagram

mutationSince v1.0

Remove nodes or node types from a diagram. Also removes connected relationship visualizations on that diagram. Does NOT delete the underlying elements. Applied immediately.

Example Request

{"diagram": "System Overview", "node_ids": ["uuid-1", "REQ-3"]}

Example Response

{"success": true, "operation_count": 2, "versions": [68, 69]}