Changing custom domain doesn't kill connections

Hi!

I’m changing my custom domain from auth.company.comidentity.company.com .
I have k8s resources alive requesting M2M tokens from auth.company.com .
When i delete the custom domain from auth0 (auth.company.com), attach another (identity.company.com), attach the old domain (auth.company.com) to other cloud resource i have - the requests are still going to auth.company.com auth0 but i get error. this is because the connection is still alive and not disconnected by the tenant.

Using M2M applications only.

How can i close the connections?

Thanks!