Purge brain object
purge_graph_objectPermanently delete one object from the user's graph, along with every connection touching it. Hard delete, no undo — confirm with the user before calling, and only when they asked for the deletion. Prefer delete_graph_object, which is reversible and asks the user to confirm on a card; use this one only when they have said they want the data gone. To remove a single connection and keep both objects, use disconnect_graph_objects instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | The object to destroy (exact object_id). |