Skip to main content

I'm creating a mobile app that uses Strava authentication.
Because there's a link to create an account below the authentication screen, the app is being asked to include a function to delete the account.
Looking at the API documentation, there's no function to create or delete an account, and there's no explanation about this, so I'm thinking it's not possible, but does anyone know anything about it?
Apple has asked me to let them know if it's not possible due to the API specifications.
https://developers.strava.com/docs/reference/

Using the Strava authentication is out of the scope of the API and I’m not even sure this is allowed, because you would phish the users Strava account data with that approach.