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
Responses
- 204
- 403
- 404
- 422
Recovery code credential deleted successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters