Leave a section as the authenticated user
DELETE/courses/:course_id/sections/:section_id/members/me
Removes the authenticated user's membership from the given section.
The membership row is hard-deleted. Any role (student, ta,
instructor) can leave.
Request
Responses
- 204
- 400
- 401
- 404
- 500
Membership removed; no response body
Bad request
Unauthorized
Not found
Internal server error