remove_from_canvas
Remove a note's canvas placement without deleting the note itself. Requires the placement's item UUID, not the note ID.
Instructions
Remove a note's placement from the canvas. The underlying note is NOT deleted — it just leaves the board. Pass the placement's item id, not the note id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_uuid | Yes | UUID of the canvas placement (the `item` field), not the note | |
| project_uuid | Yes | UUID of the project |