neo4j excluir nó por id
MATCH (p:Person) where ID(p)=1
OPTIONAL MATCH (p)-[r]-() //drops p's relations
DELETE r,p
Vast Vendace
MATCH (p:Person) where ID(p)=1
OPTIONAL MATCH (p)-[r]-() //drops p's relations
DELETE r,p
MATCH (p:other) where p.tag_id="792e93e4-84b2-47ba-8961-e284a04b272b"
DELETE p