Course Management — Delete Section/Module
Admins (or authorized staff) can delete a section or module from a course.
This action removes the structure element and unassigns all linked lessons, quizzes, and projects.
⚠️ Warning: Deletion is permanent. Once a section or module is deleted, it cannot be restored.
Where to Find It
Backoffice → Courses → Select a Course → Sections → Delete
Delete a Section/Module (Quick Steps)
- Open the course details page.
- Go to the Sections tab.
- Select the section/module you want to remove.
- Click Delete.
- Confirm the action in the dialog.
- The section/module is removed, and its lessons are moved to Unassigned.
Confirmation Dialog
Before finalizing, a confirmation dialog appears:
“Are you sure you want to delete this section/module?
This action cannot be undone. All linked lessons will be unassigned.”
Options:
- Confirm → Delete
- Cancel → Keep Section/Module
Example: Delete Request (JSON)
{
"sectionId": "module-2",
"action": "delete"
}