Remove Second Factor (2FA)
DELETE/policies/login/second_factors/:type
Remove a configured second factor (2FA) from the login settings of the instance. It affects all organizations, without custom login settings. Users will not be able to authenticate with the configured factor afterward. Authentication factors are used as an additional layer of security for your users (e.g. Authentication App, FingerPrint, Windows Hello, etc). Per definition, it is called the second factor as it is used after a password. In the UI we generalize it as multi-factor.
Request​
Responses​
- 200
- 400
- 403
- 404
- default
second factor removed from default login policy
Invalid second factor type
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.