Node stuck in deleting

I have a Vsphere Cluster where I try to delete a Node.
The Deletion it self was sucessfull, the VM is deleted in Vsphere but it is still visible in Rancher:
image

I already try to delete it via the UI and the API, without any success. I think deleting the Finalizer would do it but I dont see any way to do this (because I dindt see the Node anymore in kubectl).
Is there a Way out of it? I need the Cluster in an normal State again.

I appreciate any Help.
Thanks

As you mentioned, finalizers could be preventing the deletion. If you have access to the Kubernetes control plane (via kubectl or similar tools), you can try to check the finalizers associated with the resource and remove them manually. Keep in mind that this requires administrative access to the cluster and knowledge of the affected resource.