function deleteListingAttachmentFile
deleteListingAttachmentFile(
listing: ListingWithAttachmentStorage,
reason: string,
): Promise<void>

Delete the attachment file for a single listing

Parameters

listing: ListingWithAttachmentStorage
reason: string

Return Type

Promise<void>

Usage

import { deleteListingAttachmentFile } from "doc.ts";