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.
deleteFile(unsignedUrl)
const success = await deleteFile(unsignedUrl)
Last updated 2 years ago