# LibTmux.UnsetOptionRequest.UnsetOptionRequest

- **Module:** LibTmux.UnsetOptionRequest
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/UnsetOptionRequest.cs#L12
- **Page:** https://libtmux.org/reference/dotnet/libtmux-unsetoptionrequest-unsetoptionrequest/

```
LibTmux.UnsetOptionRequest.UnsetOptionRequest(name: string, scope: OptionScope?, global: bool, unsetPaneOverrides: bool, quiet: bool)
```

Initializes a request to unset one option.

## Parameters

- `name` (string) — The option to unset, optionally with an array index.
- `scope` (OptionScope?) — The scope to unset in, or null for the owner's own.
- `global` (bool) — Whether the global table is unset instead of the local one.
- `unsetPaneOverrides` (bool) — Whether every pane's override of the option goes too.
- `quiet` (bool) — Whether a missing option is answered with nothing instead of an error.
