Users

Delete User Persistence

DELETE
/users/{userId}/{worldId}/persist

Deletes the user's persistence data for a given world

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

worldId*string

Must be a valid world ID.

Response Body

application/json

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