Yodlee: How to delete every user's linked accounts in a single API call

281 views Asked by At

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.

2

There are 2 answers

1
HarshaKA On

You can unregister the user which effectively deletes all of the user’s accounts.

0
chris hyun ho kim On

You can delete the providerAccount and it will delete all associated accounts. e.g., DELETE https://developer.yodlee.com/providerAccounts/{providerAccountId}