gbox-sdk
    Preparing search index...

    Interface FRemoveParams

    interface FRemoveParams {
        path: string;
        workingDir?: string;
    }
    Index

    Properties

    Properties

    path: string

    Target path in the box. If the path does not start with '/', the file/directory will be deleted relative to the working directory. If the target path does not exist, the delete will fail.

    workingDir?: string

    Working directory. If not provided, the file will be read from the box.config.workingDir directory.