Deleting Files
Using the JavaScript SDK
Installation
npm install @filebase/sdkUsage
import { ObjectManager } from "@filebase/sdk";
const objectManager = new ObjectManager(S3_KEY, S3_SECRET, {
bucket: bucketName
});
await objectManager.delete(`delete-object-example`);API Reference
Using the S3 Compatible API
Authentication
Deleting a File
API Reference
Using the Web Application Dashboard
Step-by-Step Guide
Tips
Last updated