deleteJournalEntry

suspend fun deleteJournalEntry(id: String)

Use this function to delete a journal entry. You need to provide the id of the entry you want to delete, checkout journalEntries and JournalEntry to see how to retrieve the id of the entry to delete.