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