PushDestroy
methodsRemoves the specified data items from the data source without marking them as "removed". The data source will not sync data items appended via pushDestroy.
The difference between
pushDestroyandremoveis that items removed viaremoveare synced with the remote service.
Parameters:itemsObject|Array
The data item or data items to remove from the data source.