Skip to main content

Delete user

DELETE 

/nevisidm/api/scim/v1/:clientExtId/Users/:id

Deletes a user and all related resources (credentials, profiles, authorizations). The user must belong to the client specified by clientExtId in the URL path.

Request

Path Parameters

    clientExtId stringrequired

    Client's external identifier.

    Example: 100
    id stringrequired

    User's internal identifier.

    Example: 100

Responses

User deleted successfully

Schema
    schemas string[]required

    An array of Strings containing URIs that are used to indicate the namespaces of the SCIM schemas that define the attributes present in the current JSON structure.

Loading...