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