function deleteImageStorageFiles
deleteImageStorageFiles(
image: ImageWithStorage,
reason: string,
): Promise<void>

Delete the full-size image and thumbnail files for a first-class image.

Parameters

image: ImageWithStorage
reason: string

Return Type

Promise<void>

Usage

import { deleteImageStorageFiles } from "doc.ts";