DQL JSON Delete All

Nm, got it to work. I took off the quotes in Private, and there was something wrong with ratel.

{
  "query": "{ d as var(func: eq(dgraph.type, Private)) }",
  "delete": {
    "uid": "uid(d)"
  }
}

J