Remove specified OAuth grant
- command:
aad oauthgrant remove -i|--grantId <grantId>
- grantId: ID of the grant to remove
- requires connection to AAD Graph
The operation can be executed using the following REST call:
DELETE https://graph.windows.net/myorganization/oauth2PermissionGrants/<grantId>?api-version=1.6
authorization: Bearer eyJ0eXAiOiJKV1QiLCJ...
Requires #160 to be done first
Remove specified OAuth grant
aad oauthgrant remove -i|--grantId <grantId>The operation can be executed using the following REST call:
Requires #160 to be done first