I have a very simple question:
When I delete a node using:
{
delete {
<0x11178> * * .
}
}
It deletes all the predicates except the uid. Refer to the screenshot.

Is it the desired behaviour of dgraph? How to delete this uid predicate also. I just want the node to disappear.
I tried this also, but no affects.
delete {
<0x11178> * * .
<0x11178> <uid> * .
}