delete
Returns
Arguments
Examples
var post = ormService.get(1);
ormService.delete( post );
// Delete a flush immediately
ormService.delete( post, true );Last updated
Was this helpful?
var post = ormService.get(1);
ormService.delete( post );
// Delete a flush immediately
ormService.delete( post, true );Last updated
Was this helpful?
Was this helpful?