Hi, I have deleted the course modules of certain courses from modulestore through lms admin panel. course-v1:Samarth+ST101+2023 for example. No I am trying to delete this course from the open edx throught this command tutor local run cms ./manage.py cms delete_course course-v1:Samarth+ST101+2023
I am getting this error—>
CommandError: Course not found: course-v1:Samarth+ST101+2023
Error: Command failed with status 1: docker-compose -f /home/administrator/.local/share/tutor/env/local/docker-compose.yml -f /home/administrator/.local/share/tutor/env/local/docker-compose.prod.yml -f /home/administrator/.local/share/tutor/env/local/docker-compose.tmp.yml --project-name tutor_local run --rm cms ./manage.py cms delete_course course-v1:Samarth+ST101+2023
Is it because I have deleted the course modules from modulestore? These courses are appearing in discover new courses section but when I click them I’m getting no page found. go back to home. on the screen. this is the my opendedx site https://samarth.training. it is deployed on a linux virtual server.