deleteNote

suspend fun deleteNote(noteUid: String): DeleteNoteResult

Deletes an existing note using smart deletion strategy

Return

DeleteNoteResult indicating success, not found, or error status

Parameters

noteUid

Unique identifier of the note to delete