How can I remove all synced data from the database?

How can I delete all the data that have been synced from my MongoDB Realm app to the atlas cluster?

@Michael_Macutkiewicz You can use the mongodb shell or driver to delete documents -

You also have the ability to delete the collections via the data explorer here -

You will need to terminate and re-enable sync if you are dropping collections though

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.