You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2021. It is now read-only.
Delete Items for churned users using /item/remove. Deleting unneeded Items is a security best practice and will also prevent you from being charged for these Items when using a subscription-based product such as Transactions.
The text was updated successfully, but these errors were encountered:
The thing to consider with this is when should an item be removed? Since we are tying a ton of data to transactions this would essentially throw out the user's data unless we found a way to associate the transactions without plaid's ID.
Should we remove this at the end of the month of their billing cycle? Or some time period after that?
We should also think about user's whose card declines, that isn't necessarily considered churned and they may update their card shortly thereafter.
The other thing to ask Plaid maybe is if a removed item can be restored somehow.
The text was updated successfully, but these errors were encountered: