# Delete

> Show a request to unpin secondary tile from start screen.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.WSA](/engine/6000.0/script-reference/unityengine/wsa.md)
* **Assembly:** UnityEngine.CoreModule

## Delete()

Show a request to unpin secondary tile from start screen.

```csharp
public void Delete()
```

## Delete(Vector2)

Show a request to unpin secondary tile from start screen.

```csharp
public void Delete(Vector2 pos)
```

### Parameters

**** (\[Vector2]\(/engine/6000.0/script-reference/unityengine/vector2)): The coordinates for a request to unpin tile.

## Delete(Rect)

Show a request to unpin secondary tile from start screen.

```csharp
public void Delete(Rect area)
```

### Parameters

**** (\[Rect]\(/engine/6000.0/script-reference/unityengine/rect)): The area on the screen above which the request to unpin tile will be displayed.
