Delete a Course
These commands are advanced, and should only be performed by someone who understands Linux.
First, SSH into the server.
Execute the following commands, making sure to replace the course ID at the end with your own course id (starting with "course-v1:"):
tutor local run cms ./manage.py cms --settings=tutor.production delete_course course-v1:testing+1+2019
