delete

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

Deletes the document with the specified ID.

Return

true if the document was successfully deleted, false otherwise.

Parameters

documentId

The unique identifier of the document to delete.