You can do this via curl to drop the data without the schema:
curl -X POST localhost:8080/alter -d '{"drop_op": "DATA"}'
You can do this via curl to drop the data without the schema:
curl -X POST localhost:8080/alter -d '{"drop_op": "DATA"}'