DNS with the Nectar DNS service
Delete a Record Set
To delete a DNS record that is no longer needed, navigate to Project -> DNS -> Zones. Click the required zone from the list of zones, select the Record Sets tab, then the Delete action for the required record set.
Click the Delete Record Set button when prompted to confirm.
To delete a record set using the OpenStack command line:
openstack recordset delete <zone id> <rec id>
You can locate the required record set id and zone id using the openstack zone
list
and openstack recordset list
commands.