Skip to main content

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.

View source

Request

Responses

The assignment's remaining problems.