Use the docker network rm command to remove a user-defined bridge network. If containers are currently connected to the network, disconnect them first.
$ docker network rm mynet
Итог
Key takeaway for interview: How to delete a user-defined Bridge network ?