Delete brain objects in bulk
delete_graph_objectsDelete EVERY object of one type from the user's graph, however many there are: what to reach for when they ask to clear out a whole category ('delete all my HubSpot contacts') rather than one record. Deleting one object is delete_graph_object instead. This delete is permanent, and at this scale it is the only kind that helps: a synced portal can be millions of records. Use only when the user explicitly asked for a category to go, never on your own initiative, and name one type per call (contacts and companies are two calls). In chat this tool deletes nothing: it counts the records and returns instructions for a confirmation card, and the user's click starts the deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | The type to clear out, e.g. 'hubspot_contact'. search_graph_objects and the brain's type counts both report types. |