PreCollection.delete_

DELETEs the requested entities from the database

em.find!Mountain()
    .where("height", '<', 3000)
    .deleteVia(db);

Meta