What are some of the things to look out for when bulk deleting data?
There are two primary things to look out for when bulk deleting data:
- Your
update
webhooks will trigger on a bulk delete - De-syncing large amounts of data (>= 50,000 objects) takes a very long time for your end-users, which can cause frustration. Therefore it's recommended that if you are bulk deleting more than this, get your users to uninstall/reinstall their apps instead of "de-syncing"
1 Like