Management APIsTwo-Factor Authentication
Disable 2FA
š Login required (User permission)
curl -X POST "https://loading/api/user/2fa/disable" \ -H "Content-Type: application/json" \ -d '{}'Empty
How is this guide?
Last updated on
š Login required (User permission)
curl -X POST "https://loading/api/user/2fa/disable" \ -H "Content-Type: application/json" \ -d '{}'How is this guide?
Last updated on
curl -X POST "https://loading/api/user/2fa/disable" \
-H "Content-Type: application/json" \
-d '{}'