studio_delete
Delete a Studio item (note or artifact) permanently. Preview the item first, then confirm to complete the irreversible removal.
Instructions
Delete a Studio item (irreversible) — a text note OR an artifact.
Accepts a notebook name or ID plus an item name-or-id ref resolved over
the merged notes+artifacts list. Routing is by resolved type: a note is
deleted via the note system; an artifact via the artifact delete RPC (which
itself clears a note-backed mind map through the note system rather than
hard-removing it — Google may garbage collect it later).
Two-step confirmation: with confirm=False (default) it returns a
needs_confirmation preview of the resolved item without deleting; call
again with confirm=True to perform the delete. Deleting an already-absent
full id is idempotent (no error) — it routes down the artifact path (a
present note would have been found in the list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| confirm | No | ||
| notebook | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||