Users

Delete All User Persistence Data

DELETE
/users/{userId}/persist

Deletes all of the user's persistence data for every world.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

Response Body

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/users/string/persist"
Empty
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}