Management APITwo factor auth
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?
🔐 Login required (User permission)
curl -X POST "https://loading/api/user/2fa/disable" \ -H "Content-Type: application/json" \ -d '{}'How is this guide?
curl -X POST "https://loading/api/user/2fa/disable" \
-H "Content-Type: application/json" \
-d '{}'