Skip to main content

Delete a user

DELETE 

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

Since: 2.71.0

Required permission(s): AccessControl.UserDelete,AccessControl.UserDeleteTechUser or SelfAdmin Role

Deletes the user with the given external ID, belonging to the client with the given external ID.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the user.

    Example: user-123

Responses

User deleted successfully

Loading...