Delete a file
Import the function at the top of your file
import { deleteFile } from "swizzle-js";
Delete a file permanently for everyone with deleteFile(unsignedUrl)
. Returns a success bolean.
const success = await deleteFile(unsignedUrl)
Last updated