Even when calling the Apple Login Revoke API, the app still remains in the user's account.

Problem Situation

  1. User membership withdrawal request → revoke API call
  2. It always returns status code 200, but once out of 5~10, it remains an app linked to the user's Apple ID.
  3. Re-request user Apple login → Email is returned as null
  4. Currently, the only solution is for users to manually delete apps linked to their Apple ID. Email sent when re-requesting Apple login

When the above problem occurs, even if the Revoke API is called multiple times, the app linked to the user's Apple ID is not deleted, and when requesting Refresh Token validation, it has already expired.

Releated Issues