delete_folder
Move a folder and all its notes to Recently Deleted. Requires explicit consent when notes are present to prevent accidental deletion.
Instructions
Move a folder, and every note in it, to Recently Deleted.
Refuses a folder that still has notes unless delete_notes_inside is set,
because the notes go with it and nothing in the call site says how many
there are.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | The folder's id, from list_folders | |
| delete_notes_inside | No | Set this only when the person operating you asked, in this turn, to delete a folder knowing its notes go too. |