How to Delete a Course on Tutor (Open edX)
And it's not that easy :/
October 31, 2024
1 min read
Run this:
tutor dev exec cms ./manage.py cms --setting=tutor.development delete_course course-v1:{YOUR_COURSE_ID}
But please also keep these in mind:
- Are you running on development or production mode? It's the
tutor devand--setting=tutor.developmentpart. - The
{YOUR_COURSE_ID}can be checked on the URL, it's aftercourse-v1:.
Then you will be asked:
Are you sure you want to delete course course-v1:{YOUR_COURSE_ID}? [y/N] y
Are you sure? This action cannot be undone! [y/N] y
Done!
Source: https://discuss.openedx.org/t/deleting-a-course-from-open-edx/11095
Next
Populating Users-Permission Relation in Strapi
Previous
