> For the complete documentation index, see [llms.txt](https://docs.file0.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.file0.dev/sdk/delete.md).

# Delete

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

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