# RemoveItemFavorite(SearchItem)

> Remove an item from the favorites.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Search](/engine/6000.6/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

```csharp
public static void RemoveItemFavorite(SearchItem item)
```

### Parameters

**** (\[SearchItem]\(/engine/6000.6/script-reference/unityeditor/search/searchitem)): Item to be removed from favorites.
