Deleting a DNS Zone Record

Delete the records in a domain name service (DNS) zone.

For more information, see Managing Resource Records.

For general service information, see the DNS service overview

    1. On the Public zones or Private zones list page, select the zone you want to work with. If you need help finding the list page, see Listing DNS Zones.
    2. Select the Records tab.

      A list of records appear. Records that have the same name, type, and TTL are displayed as a single RRset.

    3. Select Manage records.
    4. Use the Filters option to filter by state or type.
    5. From the Actions menu (three dots) for the record that you want to delete, select Delete.
      Record changes don't take effect until they're published in the next steps.
    6. Select Publish Changes.
    7. On the Confirm page, review the changes, and then select Confirm publish changes.
  • Use the record rrset delete command and required parameters to delete a record.

    oci dns record rrset delete --domain FQDN_1 --rtype "record_type_1" --zone-name-or-id zone_name or zone_OCID ... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the DeleteRrset operation to delete a record in a zone.