DROP_DOMAIN (7) Linux Manual Page
DROP DOMAIN – remove a domain Synopsis DROP DOMAIN [ IF EXISTS ] name [, …] [ CASCADE | RESTRICT ] Description DROP DOMAIN removes a domain. Only the owner of a domain can remove it. Parameters IF EXISTS Do not throw an error if the domain does not exist. A notice is issued in…
