Skip to main content

deleteFile

Delete a file at the specified path in the media directory.

Import

import { deleteFile } from "@evershop/evershop/cms/services";

Syntax

deleteFile(path: string): Promise<void>

Parameters

path

Type: string

Path to file to delete, relative to media directory.

Return Value

Returns Promise<void>.

See Also