Skip to content

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

Function: deleteObject()

deleteObject(repoName, branch, path): Promise<void>

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

Delete an object from lakeFS

Parameters

repoName

string

lakeFS repository name

branch

string

Branch name

path

string

Relative lakeFS path (no leading slash)

Returns

Promise<void>

Licensed under BUSL-1.1