pub async fn delete_single_agent( agent_name: &str, agent_port: Option<u16>, orchestrator: Option<&AgentOrchestrator>, authoring: &AgentConfigAuthoringService, force: bool, ) -> Result<(), String>