# `Jido.Pod.Mutation.RemoveNode`
[🔗](https://github.com/agentjido/jido/blob/v2.3.3/lib/jido/pod/mutation.ex#L44)

Remove a node and its owned subtree from a running pod topology.

# `t`

```elixir
@type t() :: %Jido.Pod.Mutation.RemoveNode{name: atom() | binary()}
```

# `schema`

```elixir
@spec schema() :: Zoi.schema()
```

