For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete

You can delete files by providing the file name.

import { f0 } from "file0";

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

Last updated