Delete an OATH credential
DELETE/nevisidm/api/core/v1/:clientExtId/users/:userExtId/oath-credentials/:extId
Since: 2.71.0
Required permission(s): AccessControl.CredentialDelete or SelfAdmin Role
Deletes the OATH credential with the specified external ID belonging to the given user.
Warning: Deleting an OATH credential may cause the user to lose access to the system if the credential is used as the primary authentication method.
In self-admin mode, a valid JWT token must be provided in the X-Token request header.
Request
Responses
- 204
- 403
- 404
- 422
OATH credential deleted successfully
Insufficient permissions
Referenced resource not found
Invalid request parameters