@backblaze-labs/b2-mcp
    Preparing search index...

    Interface B2S3DeleteObjectResult

    Result metadata from an S3 DeleteObject call.

    interface B2S3DeleteObjectResult {
        deleteMarker?: boolean;
        versionId?: string;
    }
    Index
    deleteMarker?: boolean

    Whether the operation created or removed a delete marker.

    versionId?: string

    Version ID returned by the delete operation, when present.