delete

open suspend override fun delete(documentId: String): Boolean(source)

Deletes the document with the specified ID from the storage.

Return

true if the document was successfully deleted, false otherwise.

Parameters

documentId

The unique identifier of the document to be deleted.