<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FacetsMutations](./x-components.facetsmutations.md) &gt; [removeFilters](./x-components.facetsmutations.removefilters.md)

## FacetsMutations.removeFilters() method

Removes a list of filters from the [filters](./x-components.facetsstate.filters.md) record.

**Signature:**

```typescript
removeFilters(filters: Filter[]): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  filters | Filter\[\] | The filters to remove. |

**Returns:**

void

