# `ExStreamClient.Model.DeleteUserRequestPayload`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/delete_user_request_payload.ex#L1)

Schema representing a DeleteUserRequestPayload

# `t`

```elixir
@type t() :: %ExStreamClient.Model.DeleteUserRequestPayload{
  delete_conversation_channels: boolean() | nil,
  delete_feeds_content: boolean() | nil,
  entity_id: String.t() | nil,
  entity_type: String.t() | nil,
  hard_delete: boolean() | nil,
  mark_messages_deleted: boolean() | nil,
  reason: String.t() | nil
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

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