notes_delete
Resolve an Apple Note by title or ID, then delete it. Dry run mode confirms the note before permanent removal.
Instructions
Delete an Apple Note. Defaults to dryRun=true so clients can verify the resolved note before deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Exact note title. Use with accountName/folderName when noteId is unknown. | |
| dryRun | No | When true, resolve the note without deleting it. | |
| noteId | No | Stable Apple Notes note ID. Prefer this over title. | |
| folderName | No | Folder name used to disambiguate title lookup. | |
| accountName | No | Account name used to disambiguate title lookup. |