# LibTmux.TmuxOptions.UnsetAsync

- **Module:** LibTmux.TmuxOptions
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Options/TmuxOptions.cs#L207
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-tmuxoptions-unsetasync/

```
LibTmux.TmuxOptions.UnsetAsync(request: UnsetOptionRequest, cancellationToken: CancellationToken) -> Task
```

Unsets one option, returning it to what it inherits.

## Parameters

- `request` (UnsetOptionRequest): Which option to unset, and how.
- `cancellationToken` (CancellationToken): Cancels the tmux command.

## Raises

- `TmuxOptionException`: tmux rejected the option name.
