Remove a problem from an assignment
DELETE/api/courses/:id/assignments/:aid/problems
Detaches a problem from an assignment, leaving the problem itself intact in the course. Course staff (faculty or TAs) or a system admin. Both the assignment and the problem must belong to the course in the path. The problem id travels in the request body.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The assignment's remaining problems.
Missing problemId.
Not signed in.
Caller is not course staff (faculty or TA) or a system admin.
Assignment or problem not found in this course.
Server error.