Disable MFA of a user
delete
Authorizations
defguard_sessionstringRequired
Path parameters
usernamestringRequired
Name of the user.
Responses
200
MFA disabled for the user.
No content
401
Session is missing or invalid.
application/json
403
Requires admin privileges or the request must target your own account.
application/json
404
User not found.
application/json
500
Unable to disable MFA.
application/json
delete/api/v1/user/{username}/mfa
No content
Last updated
Was this helpful?