pub async fn handle_agent_workspace_delete(
__arg0: State<AppState>,
headers: HeaderMap,
__arg2: Path<String>,
__arg3: Json<BrowsePathBody>,
) -> Response<Body>Expand description
DELETE /api/agents/{alias}/workspace/path body { path: "<rel>" }.