# Delete

```typescript
import { f0 } from "file0";

await f0.delete("hello.txt");
```
