delete_note
Remove unwanted notes by specifying their ID in TriliumNext Notes. This tool ensures efficient note management by deleting selected entries instantly.
Instructions
Delete a note
Input Schema
Name | Required | Description | Default |
---|---|---|---|
noteId | Yes | ID of the note to delete |
Input Schema (JSON Schema)
{
"properties": {
"noteId": {
"description": "ID of the note to delete",
"type": "string"
}
},
"required": [
"noteId"
],
"type": "object"
}