PersistentAI API Documentation / @persistent-ai/fireflow-vfs / server / deleteAppRegistryEntry
Function: deleteAppRegistryEntry()
deleteAppRegistryEntry(
db,appId,path):Promise<void>
Defined in: packages/fireflow-vfs/src/steps/app-registry-steps.ts:72
Delete an app registry entry by appId AND path.
The path condition is critical for move safety: when an app is moved, the create event (new path) is processed first, updating the registry. The subsequent delete event (old path) won't match because the path in the registry has already been updated to the new location.
Parameters
db
appId
string
path
string
Returns
Promise<void>