<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-components](./x-components.md) &gt; [FacetsService](./x-components.facetsservice.md) &gt; [clearFiltersWithMetadata](./x-components.facetsservice.clearfilterswithmetadata.md)

## FacetsService.clearFiltersWithMetadata property

Deselects the selected filters. This is intended to be used from the wiring where currently we can only provide one argument.

**Signature:**

```typescript
clearFiltersWithMetadata: (payload?: {
        facetIds?: Array<Facet['id']>;
        metadata?: FiltersMetadata;
    }) => void;
```
