← Back

How to Delete a Course on Tutor (Open edX)

And it's not that easy :/

Written on October 31, 2024 · 1 min read

How to Delete a Course on Tutor (Open edX)

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 dev and --setting=tutor.development part.
  • The {YOUR_COURSE_ID} can be checked on the URL, it's after course-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


This note is written by Diky Hadna — Software Engineer & Digital Nomad Mentor. Read my story and get in touch with me!