PersistentAI API Documentation / @persistent-ai/fireflow-vfs / server / deleteAppRegistryEntryByPath
Function: deleteAppRegistryEntryByPath()
deleteAppRegistryEntryByPath(
db,workspaceId,branch,path):Promise<void>
Defined in: packages/fireflow-vfs/src/steps/app-registry-steps.ts:93
Delete an app registry entry by workspace + branch + path.
Fallback for when the manifest has already been deleted from VFS and we can't read the appId from it. Uses the location unique index.
Parameters
db
workspaceId
string
branch
string
path
string
Returns
Promise<void>