Unassign a role from an enterprise role
DELETE/nevisidm/api/core/v1/:clientExtId/eroles/:eroleExtId/roles/:roleExtId
Since: 2.75.2, 2.76.0
Required permission(s): AccessControl.EnterpriseRoleMemberDelete
Removes the application role with the given external ID from the enterprise role.
All user profiles that have this enterprise role assigned will automatically lose the removed role. This does not delete the role itself from the system.
Request
Responses
- 204
- 403
- 404
Role unassigned successfully
Insufficient permissions
Referenced resource not found