Grants-Groups-Revoke an Unmanaged App from a Group
Number of APIs: 2
-
Step 1: Get the grants of the approle to this group GET {{HOST}}/admin/v1/Grants?filter=grantee[value eq "{{groupid}}" and type eq "Group"]&entitlement[attributeName eq "appRoles"&attributeValue eq " {{approlid}}"]
-
Step 2: Delete each grant DELETE {{HOST}}/admin/v1/Grants/{{grantid}}