Of course, you are totally right "{"drop_op": "TYPE", "drop_value": "name"}" do indeed remove Types.
I was actually looking for a way to delete data for a Type and or a Predicate, during development - it is nice to βrun some code and then delete the data again.β, not the schema or type, just the data.
I thought, maybe it was possible(drop_op word in common / reading doc to fast) as you can do it for the entire dgraph database with: curl -X POST localhost:8080/alter -d '{"drop_op": "DATA"}'