# `Grizzly.ZWave.Commands.NodeRemove`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/node_remove.ex#L1)

Z-Wave command NODE_REMOVE

This command is useful for removing Z-Wave devices from the Z-Wave network

This response to this command should be a
`Grizzly.ZWave.Commands.NodeRemoveStatus`

Params:

  * `:seq_number` - the sequence number for the network command (required)
  * `:mode` - the mode for the remove node process (optional default `:remove_node_any`)

# `mode`

```elixir
@type mode() :: :remove_node_any | :remove_node_stop
```

---

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