How do I delete a faces from a mesh

I want to delete the “backside” from a box which I have create with: BABYLON.MeshBuilder.CreateBox().

So how do I delete faces from a mesh :slight_smile: .. THX

Something like that - https://playground.babylonjs.com/#G8S898#1

Super cool .. thanks a lot !!!