try {
    unless(isLoggedInUser, {
      code: 401,
      msg: 'You must be authenticated to remove a discussion from a library'
    })(ctx);