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

# Interface HostProjectIconDeleteResult

```typescript
interface HostProjectIconDeleteResult {
    clearedAssignments: number;
    deleted: boolean;
    ref: string;
    suppressedBundledItems: number;
}
```

Types: [clearedAssignments](#clearedassignments), [deleted](#deleted), [ref](#ref), [suppressedBundledItems](#suppressedbundleditems)

##### Index

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

[clearedAssignments](#clearedassignments) [deleted](#deleted) [ref](#ref) [suppressedBundledItems](#suppressedbundleditems)

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

### <a id="clearedassignments"></a>clearedAssignments

```typescript
clearedAssignments: number
```

Project assignments cleared because they referenced the deleted icon.

### <a id="deleted"></a>deleted

```typescript
deleted: boolean
```

### <a id="ref"></a>ref

```typescript
ref: string
```

### <a id="suppressedbundleditems"></a>suppressedBundledItems

```typescript
suppressedBundledItems: number
```

Bundled catalog entries hidden from the user's global App Icon library.
