@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface DeleteFileVersionRequest

    Request parameters for the b2_delete_file_version API call.

    interface DeleteFileVersionRequest {
        bypassGovernance?: boolean;
        fileId: FileId;
        fileName: string;
    }
    Index

    Properties

    bypassGovernance?: boolean

    If true, bypass governance-mode retention. Requires the bypassGovernance capability.

    fileId: FileId

    ID of the file version to delete.

    fileName: string

    Name of the file version to delete.