2FA Disable Explorer
Disable Two-Factor Authentication for the user.
DELETE
/auth/account/2fa/disableDescription
Disable 2FA for the authenticated user. No parameters required.
Parameters
Responses
1007 Response
Two-factor authentication disabled successfully.
401 Unauthorized
Unauthorized - Valid JWT token required in Authorization header.
Test Request
https://www.swapbits.site/api
curl -X DELETE "https://www.swapbits.site/api/auth/account/2fa/disable" \
-H "Content-Type: application/json"