# LibTmux.UnbindKeyRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/UnbindKeyRequest.cs#L4
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-unbindkeyrequest/

Describes one <c>unbind-key</c> invocation.

## Members

- `Key` (property): Gets the key to unbind, or null when removing them all.
- `KeyTable` (property): Gets the key table, or null for the prefix table.
- `All` (property): Gets whether every binding in the table goes.
- `Quiet` (property): Gets whether an absent binding is passed over in silence.
- `ToCommand` (method): Returns a key-unbinding request as one tmux command.
