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 {{stripeUrl}}/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 {{stripeUrl}}/admin/v1/Grants/{{grantid}}