Skip to main content

Delete a recovery code credential

DELETE 

/nevisidm/api/core/v1/:clientExtId/users/:userExtId/recovery-codes

Since: 2.78.0

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

Deletes the recovery code credential including all 16 recovery codes of the user with the given external ID, belonging to the specified client.

After deletion, the user will no longer be able to authenticate using recovery codes.

Supports self-admin mode with JWT token validation.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123

Responses

Recovery code credential deleted successfully

Loading...