fun removeByID(collectionName: String, id: String): Unit
Removes a document using its ID.
collectionName - the name of the collection that the document is in.
collectionName
id - the ID of the document to remove.
id