Function JSObject.deleteProperty

Deletes a property from this Object.

bool deleteProperty (
  string key
);

Returns

Whether the property was successfully deleted.