Skip to main content

Delete a role

DELETE 

/nevisidm/api/core/v1/roles/:extId

Since: 2.74.0

Required permission(s): AccessControl.RoleDelete

Deletes the role with the given external ID.

This operation permanently removes the role from all user profiles and enterprise roles that reference it.

Request

Path Parameters

    extId stringrequired

    External ID of the role to delete.

    Example: role-123

Responses

Role deleted successfully

Loading...