Delete a page

One can delete pages individually or with programs.

If you want to delete multiple pages:

Either you have to use three clicks per page or you can use an automatic technique. One automatic methods is "Bulk Publish / Delete Pages" - Document created by james@richland.edu Links to an external site. on Jan 14, 2016 https://community.canvaslms.com/docs/DOC-5676 Links to an external site. This code enables you to use a spreadsheet in Google Drive to get a list of your pages, then change there state to published (1), unpublished (0), or delete (-1). This is a superb way to deal with a lot of pages at once.

His Canvancements Links to an external site. github is at:  https://github.com/jamesjonesmath/canvancement Links to an external site. 

Alternatively one can write a program to delete a page based upon its title. The first step in this solution is to write a program to list pages by title: list_pages.py. Given this program one can say:

./insert_page1.py  11 IK1552 Internetworking "KTH _ Aim _ Internetworking (IK1552).html"

./insert_page1.py  11 IK1552 Internetworking "KTH _ Aim _ Internetworking (IK1552).html"

creating additional instances of the page IK1552-Aim:

 ./list_pages.py 11
Test 1 
Test 2 
...
IK1552-Aim
IK1552-Aim-2
IK1552-Aim-3

Now you can delete the 2nd or 3rd versions of the page by using the program  Download delete_page.py

./delete_page.py 11 "IK1552-Aim-2"
IK1552-Aim-2 deleted