Forum Discussion
sunder
Jun 27, 2019Copper Contributor
Is there a REST API to revoke office 365 app permissions?
We are using https://www.npmjs.com/package/passport-azure-ad in our website and user has option to authenticate himself and grant permission of accessing contacts to our application. The problem happ...
VasilMichev
Jun 27, 2019MVP
Should be possible via the (beta) appRoleAssignments Graph endpoint: https://docs.microsoft.com/en-us/graph/api/approleassignment-delete?view=graph-rest-beta&tabs=cs
Or you can always use PowerShell.
sunder
Jun 28, 2019Copper Contributor
Thank you!