delete_note
Permanently delete a note. Use fetch_notes first to get the note_token. WARNING: This action cannot be undone.
delete_note
When to use
Permanently delete a note. Use fetch_notes first to get the note_token. WARNING: This action cannot be undone.
Parameters to validate before calling
note_token (string, required) — The note token to delete (UUID format)
Notes
DESTRUCTIVE — IRREVERSIBLE. Always confirm with the user before calling. Explain what will be lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_token | Yes | The note token to delete (UUID format) |