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

Schema representing a DeleteUsersRequest

# `t`

```elixir
@type t() :: %ExStreamClient.Model.DeleteUsersRequest{
  calls: (:hard | :soft) | nil,
  conversations: (:hard | :soft) | nil,
  files: boolean() | nil,
  messages: (:hard | :pruning | :soft) | nil,
  new_call_owner_id: String.t() | nil,
  new_channel_owner_id: String.t() | nil,
  user: (:hard | :pruning | :soft) | nil,
  user_ids: [String.t()]
}
```

# `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*
