# LibTmux.UnbindKeyRequest

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

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

## Members

- `UnbindKeyRequest` (method) — Initializes a request to remove a binding.
- `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.
