v6 documentation is incomplete, want to contribute?

Disable 2FA

Disables 2FA for the currently logged in account

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

DELETE
/auth/twofactorauth
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/auth/twofactorauth"
{
  "removed": true
}

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}