Interface DeleteFileParameters

Generates the parameters for the get method.

interface DeleteFileParameters {
    config?: DeleteFileConfig;
    name: string;
}

Properties

Properties

Used to override the default configuration.

name: string

The name identifier for the file to be deleted.