Apple Sign In Revoke Token

Hi! I have the following problem. We are providing the Apple Sign In option for users to register in our system. When you first login using Apple Sign In it will successfully return "Email" and we are using it for our own registration routine.

The problem is with the following thing: our user can remove the account from our system. And after that, he will not be able to register using Apple Sign In. Is there any way to revoke this token? I have seen the https://developer.apple.com/documentation/sign_in_with_apple/revoke_tokens but I cannot call this method from the app: this API route returns 400 from the payload I'm sending.

Is there any solution to this problem rather than asking the user to remove the app manually? Can I route the user to the page with these settings?

https://developer.apple.com/forums/thread/708415 - and yeah, I have seen this thing.

Thank you!