Skip to main content

Delete an enterprise role

DELETE 

/nevisidm/api/core/v1/:clientExtId/eroles/:extId

Since: 2.75.2, 2.76.0

Required permission(s): AccessControl.EnterpriseRoleDelete

Deletes the enterprise role with the given external ID from the specified client.

This operation permanently removes the enterprise role. All user profiles that have this enterprise role assigned will lose the associated role assignments.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the enterprise role to delete.

    Example: erole-123

Responses

Enterprise role deleted successfully

Loading...