Skip to main content

Delete a SecurID credential

DELETE 

/nevisidm/api/core/v1/:clientExtId/users/:userExtId/securid

Since: 2.79.0

Required permission(s): AccessControl.CredentialDelete or SelfAdmin Role

Deletes the SecurID credential associated with the specified user.

Deleting a SecurID credential may cause the user to lose access to the system.

In self-admin mode, a valid JWT token must be provided in the X-Token request header.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123

Responses

SecurID credential deleted successfully

Loading...