---
title: "Delete resource record"
sidebar_label: "Delete record"
description: "How to delete a resource record"
sidebar_position: 8
toc_max_heading_level: 2
---

import Formbricks from '@theme/MDXComponents/Formbricks'
import MoreVerticalIcon from '@selectel/docux/icons/more-vertical'
import WebResource from '@selectel/docux/icons/web-resource'
import TrashIcon from '@selectel/docux/icons/trash'
import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import DnsLegacyAlert from '@site/i18n/en/docusaurus-plugin-content-docs/current/_partials/dns-hosting/dns-legacy-alert.mdx'

# Delete resource record

<DnsLegacyAlert />

You can [delete a resource record](#delete-record) or [delete a resource record group](#delete-group).

## Delete resource record \{#delete-record}

If the record is the only one in the group, it cannot be deleted; you must [delete the resource record group](#delete-group).

1. In the [Control panel](https://my.selectel.ru/dns/default/hosting), on the top menu, click **Products** and select **DNS Hosting**.
2. Open the zone page.
3. In the  resource record set menu, select **Edit**.<MoreVerticalIcon />
4. In the value row, click .<TrashIcon />
5. Click **Save**. When the resource record set TTL expires, the deleted resource record will no longer be served from caching servers. The resource record set TTL can be viewed in the [Control panel](https://my.selectel.ru/dns/): in the top menu, click **Products** → **DNS Hosting** → zone page.

## Delete resource record group \{#delete-group}

1. In the [Control panel](https://my.selectel.ru/dns/default/hosting), in the top menu, click **Products** and select **DNS Hosting**.
2. Open the zone page.
3. In the  resource record set menu, select **Delete**.<MoreVerticalIcon />
4. Click **Delete**. When the TTL of the deleted resource record set expires, the records in the set will no longer be served from caching servers.

<Formbricks />
