Deletes the $page object and all its data and files. This cannot be undone!
try { page('blog/old-article')->delete(); echo 'The page has been deleted'; } catch(Exception $e) { echo $e->getMessage(); }