Pages::delete([$feedback])
Version 3.8
Delete page from table.
Version 3.8
Delete page from table.
Deleting pages does not delete them permanently, but moves them to trash. Deleted pages are possible to restore with Pages::undelete() -method.
void
Delete all Orders that are Canceled:
$this->get('pages','order')->addWhere('status','Canceled')->delete();