Revoke an extra-submission grant
DELETE/api/courses/:id/assignments/:aid/problems/:pid/grants/:gid
Revokes an extra-submission grant. Submissions already made stay untouched; the target's cap simply returns to the shared value. Course staff (faculty or TAs) or a system admin.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
The grant was removed.
Not signed in.
Not course staff or a system admin.
Grant not found for this problem.
Course is archived.
Server error.