# tmux.Server.UnbindKey

- **Module:** tmux.Server
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/server_keys.go#L103
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-server-unbindkey/

```
tmux.Server.UnbindKey(ctx: context.Context, request: UnbindKeyRequest) -> error
```

UnbindKey removes one key binding or every binding in a key table. Key and AllKeys must select exactly one target; cancellation does not prove removal did not occur.
