Delete a group in a set
DELETE/api/courses/:id/group-sets/:setId/groups/:groupId
Deletes a group (its memberships cascade away). Blocked when the set is locked. Course staff or admin.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 500
Group deleted.
Not signed in.
Not course staff or a system admin.
Group not found in this set.
The set is locked.
Server error.