ditto-lib / live.ditto / DittoWriteTransaction / evictByID

evictByID

fun evictByID(collectionName: String, id: String): Unit

Evicts a document using its ID.

Parameters

collectionName - the name of the collection that the document is in.

id - the ID of the document to evict.