delete_document_note
Permanently removes a single note from a Paperless-NGX document using its note ID; requires confirmation and returns the document's remaining notes.
Instructions
⚠️ DESTRUCTIVE: Permanently delete a single note from a document by its note ID. This operation is irreversible. Returns the document's remaining notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The document ID | |
| confirm | Yes | Must be true to confirm this destructive operation | |
| note_id | Yes | The ID of the note to delete |