Well, I didn’t know about this, so here goes.
It’s possible to delete object, properties of objects or places in arrays with delete.
delete objectName
delete objectName.property
delete objectName[index]
Read more about this, and other useful special operators over at the Mozilla developer center