Comment 1 for bug 1243395

Revision history for this message
Cris Dywan (kalikiana) wrote : Re: cannot delete documents from QML

No surprise here because there's no such function. The accepted way of doing this is:

database.putDoc("", docId)

That said, I would be open to (a patch) adding a function for it to reduce confusion among those who feel more confident with a specific remove() function.