Clarification requirements to revoke tokens through apple rest api

Hi, a couple of weeks ago I had a conversation with app review regarding the fact that it's required in the app a way for the user to delete it's account (and related resources) In our app we already provide this functionality for users worldwide. Is it sufficient to have our deletion or we must use also the revocation from apple in the deletion process? We use sign in with Apple functionality in our application

Once we delete the user on our side, isn't the token invalid/ususable anyway?

Moreover, we don't store the token at all on sign up. Should we just revoke it right away perhaps?

edit: added comment to original post

Maybe you could find some suggestions from this Handling account deletions and revoking tokens for Sign in with Apple - https://developer.apple.com/forums/thread/708415

As for revoke token here is one link https://stackoverflow.com/a/72656672/3011380 you could refer to.

Clarification requirements to revoke tokens through apple rest api
 
 
Q