I have couple of inquiries regarding the case when an account existing in AggCat is actually removed by the client at his/her institution.
Scenario: There are 4 accounts, A, B, C, D at institution I. The client had the account A removed at his/her institution. The 4 accounts had been discovered and added to AggCat before the A was actually removed at the institution.
1: If we call updateInstitutionLogin
(no credentials change), then does getCustomerAccounts
return only three accounts B, C, D without calling deleteAccount
in AggCat?
2: It seems to me that deleteAccount
method must be called if some account is actually removed at an institution to remove the account in AggCat. Is it correct?