delete_note
Delete an Apple Note by providing its primary key ID and name, with built-in verification to confirm the note exists and matches before deletion.
Instructions
Delete a note by its primary key ID with AppleScript verification.
Security Features:
Verifies note exists with the given ID
Confirms note name matches before deletion
Uses primary key ID for precise identification
AppleScript handles ID and name verification automatically
Provides detailed error messages for troubleshooting
Output:
Note name, ID, deletion status and method information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Primary key ID of the note to delete (e.g., 'p1308') | |
| note_name | Yes | Name of the note to verify and delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |