Delete all data in dev

Hi.

We have a lot of data in dev, and we want to do a full delete of most of the data - except from some static datasets.

Is there an efficient way of doing this bypassing the delete constraints and not having to make all the deletes in the right order?

Best Regards,
Fridtjof

Hi!

Have you tried to create an app where you add “Data Connector” datasources, and use the Delete Objects with “All objects” towards these data sources?

I’m not sure whether these delete operations needs to be done in correct sequence or not though, but you may try this on 1 datasource first to check!

image

Ok, I will try that. Thanks!