XeroAPI / xero-net-oauth2-sampletokenmigration

Sample app for migrating OAuth1.0a tokens to OAuth2.0 tokens.
1 stars 1 forks source link

DeleteConnectionAsync() throws Forbidden error #2

Open umamaheswareada550 opened 3 years ago

umamaheswareada550 commented 3 years ago

Hi Team,

we are migrating our partner App from oAuth1 to oAuth2 users. After migration, we are trying to delete the connection by using DeleteConnectionAsync(token) thereby resulting a forbidden error:403

HttpRequestException: {"Type":null,"Title":"Forbidden","Status":403,"Detail":"AuthenticationUnsuccessful","Instance":"GuidValue","Extensions":{}}

Any thoughts or pointers?

Regards, Mahesh