Skip to content

Delete a course module

DELETE
/api/tenants/{tenant_id}/courses/{course_id}/modules/{module_id}

DELETE /api/tenants/:tenant_id/courses/:course_id/modules/:module_id

Requires instructor permission on the course

Parameters

Path Parameters

tenant_id
required
string format: uuid

Tenant ID

course_id
required
string format: uuid

Course ID

module_id
required
string format: uuid

Module ID

Responses

204

Module deleted

401

Unauthorized