> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# hidden

> Removes a query view from the workbook UI while keeping it referenceable in the model.

**Note**: Query views are not removed from the model itself and will still be accessible via SQL. To "soft delete" a view instead, use the [`ignored`](/modeling/query-views/parameters/ignored) parameter.

## Syntax

```yaml theme={null}
hidden: true
```

## Properties

<ParamField path="hidden" type="boolean" default="false">
  If `true`, the query view will be hidden in the UI.
</ParamField>

## Examples

```yaml title="Hide query view in UI" theme={null}
hidden: true
```
