# Unmount()

> Removes the archive from its mount point.

## Definition

* **Type:** Method
* **Namespace:** [Unity.IO.Archive](/engine/6000.6/script-reference/unity/io/archive.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public JobHandle Unmount()
```

### Returns

| Type                                                                 | Description                                     |
| -------------------------------------------------------------------- | ----------------------------------------------- |
| [JobHandle](/engine/6000.6/script-reference/unity/jobs/jobhandle.md) | Returns the JobHandle of the unmount operation. |

### Remarks

You must call this function for archives that mounted successfully or failed, otherwise you will have a memory leak.
