delete_note
Delete a note by providing its UUID. Removes from filesystem and search index, but keeps it recoverable via 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 |