Hi,
I am able to successfully integrate with strava including authorization, fetching activities, and webhook subscriptions.
However, I have a use case when the user wants to exit my app, I need to delete their subscription and deauthroize them.
Here's the curl I'm using:
Subscription:
curl -vvv -X DELETE "https://www.strava.com/api/v3/push_subscriptions/259192?client_secret=xxxxxxxxx&client_id=**bleep**"
I'm getting the following error:
{"message":"Resource Not Found","errors":[{"resource":"PushSubscription","field":"","code":"not found"}]}
However the subscription still exists.
Similar issue with deauthorization. Error message for deauthorization: "Record Not Found"
Kindly help.