Path
The key of the file to be deleted.
Response
Indicates whether the call was successful.
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.store.delete({
"key": "image-123.png"
})