Try examplesCopy for AI agentREMOVE MATCH (n:Person) WHERE n.name = 'Alice' REMOVE n.temporary_flag Remove a property from a matched node or relationship. Unlike DELETE, REMOVE only drops properties -- the node stays. See Also# SET — set properties DELETE — remove entire nodes Try itOpen ↗⌘↵ to run▶ RunLoading engine…← PreviousDELETENext →WITH