Deleting all documents inside an engine

Is it possible to delete all the documents inside an engine at once?

@rajithsam It is not currently possible. You would need to page through all of the documents to collect their ids, and then delete them.

Just be aware that this may impact any curations you may have set up.

Ok Thanks