Certificate provisioning stuck on canceled domains — can't remove them or change primary domain

Netlify site name: mahoganyrow.netlify.app

What happened:
I initially added a misspelled custom domain to my project, then registered the
correctly spelled domain and canceled the misspelled one at my registrar (GoDaddy).
Certificate provisioning appears to be stuck trying to validate the misspelled
domains, which no longer exist and will never resolve — and while provisioning is
running, the UI blocks all domain changes, so I can’t remove them or change the
primary domain. Deadlock.

Current domain list on the project:

  • mahogonyrow.ai (misspelled, canceled at registrar) — set as Primary — “Pending DNS verification” (will never verify)
  • www.mahogonyrow.ai (misspelled, canceled) — “Pending DNS verification” (will never verify)
  • mahoganyrow.ai (correct domain) — Domain alias — DNS verified ✓

DNS for the correct domain (mahoganyrow.ai) is set up and propagated:

  • A @ → 75.2.60.5
  • CNAME www → mahoganyrow.netlify.app

Error messages:

  • In the UI when attempting any domain change: “We’re provisioning a certificate
    for your site, you cannot change custom domains until that process completes”
  • In the browser at https://mahoganyrow.ai: NET::ERR_CERT_COMMON_NAME_INVALID
    (server responds, but the served certificate doesn’t include mahoganyrow.ai)

Build settings: N/A — static single-page site deployed via Netlify Drop, no build step.

What I’m asking for:

  1. Cancel/clear the stuck certificate provisioning
  2. So I can remove mahogonyrow.ai and www.mahogonyrow.ai from the project
  3. Set mahoganyrow.ai as primary and re-provision the certificate for it

I did try Ask Netlify first; it pointed me to DNS propagation guides, but this
isn’t a propagation issue — the correct domain already verifies. The blocker is
the provisioning lock referencing domains that no longer exist.

Thanks!