Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Storage#deleteFile

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Storage.prototype.deleteFile
Re-export
import { Storage } from "https://deno.land/x/appwrite@0.0.2/mod.ts";

Delete File

Delete a file by its unique ID. Only users with write permissions have access to delete this resource.

Parameters

fileId: string

fileId

Returns

Promise<string>

Promise