plta-permissions-api-cbz

Remove an access grant from a role

Remove an access grant from a role by its id. The caller needs manageRoles over the role’s scope, and manageAccessRights over the grant’s action/resource pair.

delete
https://dev.api.sanofi.com/permissions/roles/{roleName}/accessGrants/{accessGrantId}

Path Parameters

roleNamestringrequired

The name of the role

accessGrantIdstring(uuid)required

The unique identifier of the access grant

Response

Deleted

delete/roles/{roleName}/accessGrants/{accessGrantId}