Hi
This works with go dgo client:
err := c.Alter(context.Background(), &api.Operation{DropOp: api.Operation_DATA})
Can you do something similar with the /alter endpoint - like:
curl -X POST localhost:8080/alter -d ‘{“drop_all”: true}’
But just deleting data?
Tried this, so I expect not - but just in case:
curl -X POST localhost:8080/alter -d ‘{“drop_data”: true}’