Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / deleteObjects

Function: deleteObjects()

deleteObjects(repoName, branch, paths): Promise<void>

Defined in: packages/fireflow-vfs/src/steps/lakefs-steps.ts:938

Bulk delete multiple objects at once

More efficient than deleting objects one by one. Missing objects will not return a NotFound error.

Parameters

repoName

string

lakeFS repository name

branch

string

Branch name

paths

string[]

Array of object paths to delete

Returns

Promise<void>

Licensed under BUSL-1.1