How can I DROP ALL on a Shared Cluster backend

It is a custom thing based on you schema modeling. You would use Recurse Query to catch all nodes end then delete.

https://dgraph.io/docs/query-language/recurse-query/#sidebar

https://dgraph.io/docs/mutations/upsert-block/#bulk-delete-example

But you would have to clean the schema manually.

1 Like