I have an aws neptune cluster and which I inserted many ntriples and nquads data using sparql http api.
curl -X POST --data-binary 'update=INSERT DATA { http://test.com/s http://test.com/p http://test.com/o . }' http://your-neptune-endpoint:8182/sparql
I would like to clean all the data I inserted(not the instance)
How can I do that?