delete_note
Delete a note by UUID, removing it from storage and search results while retaining recoverability through git history.
Instructions
Delete a note. The note is removed from the filesystem and search index, but remains recoverable from git history.
Args: note_id: Note UUID string
Returns: Success status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes |