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 3d7bc9833da3c3..f99dc06ae20f5c 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 @@ -17,5 +17,5 @@ head: 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.`. +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/subresources/dns/methods/delete/). It will remove any unexpected records, such as DKIM TXT records like `cf2024-1._domainkey.`. :::