Delete can be used in deleting an object
delete anObject
Deleting an array
delete myArray[index];
Deleting an property
delete anObject.aproperty