How can delete all of user's linked accounts without having to make multiple API calls for each account or unregistering the user? I currently using documented /accounts/ endpoint to delete each one however sending a separate requests for each deletion takes far too long for users with multiple accounts.
Yodlee: How to delete every user's linked accounts in a single API call
281 views Asked by Tamdim At
2
There are 2 answers
0
On
You can delete the providerAccount and it will delete all associated accounts. e.g., DELETE https://developer.yodlee.com/providerAccounts/{providerAccountId}
You can unregister the user which effectively deletes all of the user’s accounts.