# `Dllb.Result.Deleted`
[🔗](https://github.com/Oeditus/dllb_ex/blob/v0.1.0/lib/dllb/result.ex#L26)

Represents a deletion, reporting whether the record existed.

# `t`

```elixir
@type t() :: %Dllb.Result.Deleted{existed: boolean()}
```

---

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