deleteProperty method

Removes property from the JavaScript object.

void deleteProperty(
String property
)

Removes property from the JavaScript object.

This is the equivalent of the delete operator in JavaScript.