Delete a file.
import { JigsawStack } from "jigsawstack"; const jigsaw = JigsawStack({ apiKey: "your-api-key" }); const response = await jigsaw.store.delete({ "key": "image-123.png" })
The key of the file to be deleted.
Your JigsawStack API key
Indicates whether the call was successful.
Was this page helpful?