Deleting face of mesh

Since r125 old Geometry is deprecated, it is BufferGeometry to use.
See three-geometry-will-be-removed-from-core-with-r125

In the BeginnerExample of the Collection of examples from discourse.threejs.org you can see how to handle the triangles.

However, there is no example of how to remove a triangle.