Is there an apple API to unlink apple ID on apps?

my app is using an apple id authentication.(using firebase authentication, too) And I want to make a sign-out system, so I want to use an apple API in nodeJS(express) to unlink the users from my app. Is there an API in apple for this? I want to get an effect of pressing the button 'Stop Using Apple ID' of the screenshot by using an API. is there an API for this?

this is done in https://appleid.apple.com/account/manage

Replies

Hi, any chance you figured this out? I have the same challenge with Cognito User Pools instead of firebase. Thanks!

Hello, I have the same need here, I use Apple connexion to create an account on my app, but when I delete the user account, I need to delete the Apple connexion too... Thanks !