diff --git a/src/content/docs/email-routing/troubleshooting/email-routing-dns-records.mdx b/src/content/docs/email-routing/troubleshooting/email-routing-dns-records.mdx index dfced824e7db822..3d7bc9833da3c3b 100644 --- a/src/content/docs/email-routing/troubleshooting/email-routing-dns-records.mdx +++ b/src/content/docs/email-routing/troubleshooting/email-routing-dns-records.mdx @@ -15,3 +15,7 @@ head: 4. The next page will show you what kind of action is needed. For example, if you are missing DNS records, select **Add records and enable**. If there is a problem with your SPF records, refer to [Troubleshooting SPF records](/email-routing/troubleshooting/email-routing-spf-records/). + +:::note[Note] +If you are not using Email Routing but notice an Email Routing DNS record in your zone that you cannot delete, you can use the [Disable Email Routing API call](/api/resources/email_routing/methods/disable/). It will remove any unexpected records, such as DKIM TXT records like `cf2024-1._domainkey.`. +:::