Search Documentation
Search across all documentation pages
delete_note
Permanently delete a note by ID. This action is irreversible — the note and its encrypted content are removed. Use with caution.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
| noteId | string (UUID) | required | The note ID to delete |
Returns#
Confirmation that the note was deleted.
Example#
json
{
"tool": "delete_note",
"arguments": {
"noteId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}