v6 documentation is incomplete, want to contribute?

Logout

Invalidates the login session.

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

PUT
/logout
auth<token>

Auth Token via Cookie

In: cookie

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/logout"

{
  "success": {
    "message": "Ok!",
    "status_code": 200
  }
}

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