From talking with John, we'll probably implement some way of clearing an object out of the database. Ensuring that references are removed is outside scope of this operation?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From talking with John, we'll probably implement some way of clearing an object out of the database. Ensuring that references are removed is outside scope of this operation?
A teacher can remove a session with the following url:
http://localhost:8080/dev/rest/api/teacher/removeSession
Request body (for example removing the Session-4):
{
"session":"Session-4"
}