(php-libvirt 0.1)
libvirt_domain_undefine — Undefine a domain
Undefine a domain but does not stop it if it is running.
Domain resource of domain to undefine.You can get domain resource using various functions (i.e. libvirt_domain_lookup_by_uuid() or libvirt_list_domains()).
TRUE on success and FALSE on failure