```sparql DELETE { ?s ?p ?o } WHERE { ?s ?p ?o } ``` leads to ``` Virtuoso 37000 Error SP031: SPARQL compiler: No plain default graph specified ``` as outlined in: see https://github.com/openlink/virtuoso-opensource/issues/417 **What is the proper method to delete all triples e.g. via API?**