method StorageService.prototype.delete
StorageService.prototype.delete(path: string): Promise<boolean>

Deletes an object.

Parameters

path: string

Object path/key

Return Type

Promise<boolean>

true if an object was deleted

Usage

import { StorageService } from "storage-plugin/src/index.ts";