Is there a way to programatically delete Journal Entries in Quickbooks desktop (Enterprise Ed 2013) using an API like QBXML? I understand that the usual practice would be a compensating entry, but this use case calls for deleting the JE. I see that JournalEntryModRq
allows you to modify it, but not delete it. It can be deleted using the UI, so it must be possible, yes?
We are using the QB Web Connector, any other options if not via QBXML?