When I say graph, I mean undirected, irreflexive graphs without multiple-edges (sometimes called a simple graph).
Call a graph $G$ “asymmetric” if the only automorphism of $G$ is the identity map. For example, the cyclic graph on $n \geq 3$ vertices is not symmetric, while the graph with one vertex and no edges is asymmetric.
Given a graph $G$, an “edge-deleted subgraph” of $G$ is a subgraph of $G$ formed by deleting exactly one edge from $G$. For example, every edge-deleted subgraph of the cyclic graph on $n \geq 3$ edges is the path graph with $n-1$ edges connecting $n$ vertices.
I am interested in the class of finite graphs $\mathcal{C}$ with the following properties. $G \in \mathcal{C}$ if and only if:
- $G$ is asymmetric
- If $H$ is an edge-deleted subgraph of $G$, then $H$ is asymmetric
The following two propositions are clear to me.
Proposition 1: If $G$ and $G’$ are in $\mathcal{C}$, their coproduct $G \coprod G’ \in \mathcal{C}$
Proposition 2: Let $n,i,j,k \in \mathbb{N}$ be distinct natural numbers with $n,i,j,k \geq 3$. Take the cyclic graphs on $n,i,j,k$ vertices, and join the $i,j,k$-cycles to the $n$-cycle on distinct edges. The resulting graph is in $\mathcal{C}$. An example with $(n,i,j,k) = (5,3,4,6)$ is drawn below.

The first proposition gives us a way to generate a new graph in $\mathcal{C}$ from any two graphs in $\mathcal{C}$, and the second proposition gives us an infinite family of graphs in $\mathcal{C}$.
Can anyone come up with any other interesting classes of graphs in $\mathcal{C}$? Is a complete characterization known?
Almost all sufficiently large graphs are in class $\mathcal C$, in the following sense: if you take $n$ vertices and choose at random between all $2^{\binom n2}$ graphs with those $n$ vertices, the probability that you'll get a graph in $\mathcal C$ tends to $1$ as $n \to \infty$.
In a 1963 paper, Erdős and Rényi proved the following, stronger statement:
Here, by a symmetric graph, Erdős and Rényi mean a graph with a nontrivial automorphism; by changing edges, they mean adding or deleting them, in any combination. This means that almost all sufficiently large graphs are not just in class $\mathcal C$: they are asymmetric, and all subgraphs with one edge deleted are asymmetric, and all subgraphs with two edges deleted are asymmetric, and all subgraphs with one edge added are asymmetric, and so on up to the limit of $\frac{n(1-\varepsilon)}{2}$.
Erdős and Rényi also prove that changing $\lfloor \frac{n-1}{2}\rfloor$ edges is always sufficient to make a symmetric graph, and so the statement of the theorem above is as strong as it could possibly be. (Intuitively, we can create an automorphism that swaps two vertices $v,w$ and leaves the rest fixed by changing only edges incident to $v$ and $w$, and by choosing $v$ and $w$ carefully, we can make sure it's enough to only change $\lfloor \frac{n-1}{2}\rfloor$ of their edges.)
On the other hand, neither of the propositions in the question are precisely true without being more careful: