> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.HostProjectIconDeleteInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface HostProjectIconDeleteInput

```typescript
interface HostProjectIconDeleteInput {
    iconRef: string;
    timeoutMs?: number;
}
```

Types: [iconRef](#iconref), [timeoutMs](#timeoutms)

##### Index

### <a id="properties"></a>Properties

[iconRef](#iconref) [timeoutMs?](#timeoutms)

## <a id="properties-1"></a>Properties

### <a id="iconref"></a>iconRef

```typescript
iconRef: string
```

Canonical App Icon ref returned by projectIcons.catalog().

### <a id="timeoutms"></a>`Optional`timeoutMs

```typescript
timeoutMs?: number
```

Interactive host-confirmation budget. Defaults to 90 seconds.
