Docs
Home
  • 🎉Welcome
    • Intro
    • Installation
  • 💾SDK
    • Upload
    • Download
    • Tokens (Client upload)
    • Publish
    • List and Search
    • Delete
  • 🚲Examples
    • File upload component (Next.js)
    • Download button (Next.js)
Powered by GitBook
On this page
  1. SDK

Delete

You can delete files by providing the file name.

import { f0 } from "file0";

await f0.delete("hello.txt");
PreviousList and SearchNextFile upload component (Next.js)

Last updated 11 months ago

💾