Authentication
Disable 2FA
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
}
}Delete User PUT
Deletes the account with given ID. Normal users only have permission to delete their own account. Account deletion is 14 days from this request, and will be cancelled if you do an authenticated request with the account afterwards. **VRC+ NOTE:** Despite the 14-days cooldown, any VRC+ subscription will be cancelled **immediately**. **METHOD NOTE:** Despite this being a Delete action, the method type required is PUT.
Enable time-based 2FA codes POST
Begins the sequence for enabling time-based 2FA.