pub fn remove_workspace_from_registry(
database_path: &Path,
workspace_name: &str,
) -> Result<WorkspaceMutationSummary, ApplicationError>Expand description
Removes one workspace and its snapshot state from the persisted registry.
ยงErrors
Returns ApplicationError for missing workspace, locking, migration, or storage failure.