New APINew API
API Reference
Authentication System Description (Auth)
Regenerate Backup Codes POSTDisable 2FA POSTEnable 2FA POSTSet Up 2FA POSTGet 2FA Statistics GETGet 2FA Status GET
User GuideInstallationAPI ReferenceAI ApplicationsSkillsHelp & SupportBusiness Cooperation
Management APITwo factor auth

Disable 2FA

🔐 Login required (User permission)

POST
/api/user/2fa/disable

Request Body

application/json

code?string

Response Body

curl -X POST "https://loading/api/user/2fa/disable" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?

Last updated on

Regenerate Backup Codes POST

Previous Page

Enable 2FA POST

Next Page

About Us

  • About Project
  • Contact Us
  • Features

Docs

  • Installation
  • User Guide
  • API Docs

Related Projects

  • One API
  • Midjourney-Proxy
  • new-api-key-tool

Friendship Links

  • CoAI
  • new-api-horizon
  • GPT-Load
  • LangBot

© 2025 QuantumNous. All Rights Reserved.

浙ICP备2025190188号-2浙公网安备33010602014019号
curl -X POST "https://loading/api/user/2fa/disable" \
  -H "Content-Type: application/json" \
  -d '{}'