# `Replicant.Decoder.Messages.Delete`
[🔗](https://github.com/baselabs/replicant/blob/v0.3.1/lib/replicant/decoder/messages.ex#L96)

`D` — a row delete; carries either the key or the full old tuple, depending on `REPLICA IDENTITY`.

# `t`

```elixir
@type t() :: %Replicant.Decoder.Messages.Delete{
  changed_key_tuple_data: tuple() | nil,
  old_tuple_data: tuple() | nil,
  relation_id: non_neg_integer() | nil,
  xid: non_neg_integer() | nil
}
```

---

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