method R2Storage.prototype.delete
R2Storage.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 { R2Storage } from "cloudflare-plugin/src/index.ts";