pub fn delete_agent_workspace_path(
config: &Config,
agent_alias: &str,
raw: &str,
) -> Result<(), BrowseError>Expand description
Delete a file or directory inside the agent’s workspace. Recursive for directories. Refuses to delete the workspace root itself or any of the protected bootstrap files.