pub fn delete_local_profile(
adapters_dir: &Path,
adapter: &str,
profile: &str,
) -> Result<(), RegistryError>Expand description
Delete a local profile. Refuses a shipped profile name (adapter-owned, immutable) and errors if no local file exists.