pub async fn delete_upstream( pool: &PgPool, id: Uuid, tenant_id: Uuid, ) -> ProxyResult<bool>
Delete an upstream scoped to a tenant.