Examples (3)
Delete only the virtual machine configuration file
virsh undefine --domain vm_nameDelete the configuration file and all associated storage volumes
virsh undefine --domain vm_name --remove-all-storageDelete the configuration file and the specified storage volumes using the target name or the source name (as obtained from the `virsh domblklist` command)
virsh undefine --domain vm_name --storage sda,sdb,path/to/source,...made by @shridhargupta | data from tldr-pages