Delete User Persistence
Deletes the user's persistence data for a given world
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
userIdstring
Must be a valid user ID.
worldIdstring
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