[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [removePid](./js-utils.removepid.md)
## removePid() function
Remove the file at the given `path`.
Signature:
```typescript
export declare function removePid(path: string): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| path | string
| |
Returns:
`Promise`