2

Apple Settings shows which apps you are currently using with Sign in with Apple. It is located in Settings -> Password & Security -> Apps Using Apple ID. This is how it looks:

enter image description here

My question is, does this Apple API appleid.apple.com/auth/revoke (API documentation) remove the app from Apple Settings as shown above? I want this API to remove it from Apple Settings but the documentation is not very clear if it does.

Note: this is in regards to Apple's account deletion requirement as stated here.

JEL
  • 1,540
  • 4
  • 23
  • 51

1 Answers1

0

The Apple API token/revoke does remove the Apple ID binding with the App under the Sign in with Apple settings.

For the summary on the API's usage, please refer to the great answer written by zangw here.

Jason Ou
  • 21
  • 2