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

DELETE clause. `items` is a list of variables to delete, e.g. `["r"]`.

# `t`

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

---

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