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