Closed sra405 closed 2 months ago
Branch issues/417-Remove_class_member_endpoint created!
When you delete student, in profile, the deleted_at flag is set
This causes a 422 from editor-api, as there is now a 404 from profile
The 404 happens because the student can't be found, but ID is requested by API
Student ID comes from class_members table
If we delete row from class_memebers
table, it works. But do we want to delete or soft delete?