Disconnect brain objects
disconnect_graph_objectsDelete one connection between two objects in the user's graph — the edge from_object_id -> to_object_id of the given connection_type, nothing else; both objects stay. Use get_graph_object to see an object's connections and their types and directions first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_object_id | Yes | The edge points here (exact object_id). | |
| from_object_id | Yes | The edge starts here (exact object_id). | |
| connection_type | Yes | The relationship name of the edge to delete. |