"Another site is already using this domain" error; cannot delete old site or old domain to rectify

Hey Kyle,
Thanks for reading through the other posts about this error- it’s true, there are ~1 million ways to stumble across it.

Am I understanding correctly that you have these two sites?

  1. Netlify URL: kylegach (new)
    Custom domain: kylegach.com

  2. Netlify URL: v1-kylegach (old)
    Custom domain: v1.kylegach.com

If that’s right, I would assume that a _redirects like this on your new site would work:

/writing/*   https://v1-kylegach.netlify.com/writing/:splat   200!

Modeling off of this:

Is that not the case? Can you share what redirects you’ve tried so far?