# `AshNeo4j.Cypher.Remove`
[🔗](https://github.com/diffo-dev/ash_neo4j/blob/v0.7.0/lib/cypher/query.ex#L49)

REMOVE clause. `items` is a list of property references, e.g. `["n.born"]`.

# `t`

```elixir
@type t() :: %AshNeo4j.Cypher.Remove{items: [String.t()]}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
