In this WhaleDeck Shorts, I answer the question of How to remove several Docker networks at once. The answer is quite simple.
The answer is quite simple. The following command shows how to remove the two networks with the names network_1 and network_2 at once.
docker network rm network_1 network_2