Authentication

Disable 2FA

DELETE
/auth/twofactorauth

Disables 2FA for the currently logged in account

Authorization

authCookie
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
  }
}