Function JSObject.deletePropertyAt

Deletes a property from this Object given its numeric index.

bool deletePropertyAt (
  uint id
);

Returns

Whether the property was successfully deleted.