<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/installations](./installations.md) &gt; [deleteInstallations](./installations.deleteinstallations.md)

## deleteInstallations() function

Deletes the Firebase Installation and all associated data.

<b>Signature:</b>

```typescript
export declare function deleteInstallations(installations: FirebaseInstallations): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  installations | [FirebaseInstallations](./installations.firebaseinstallations.md) | The <code>Installations</code> instance. |

<b>Returns:</b>

Promise&lt;void&gt;

