v6 documentation is incomplete, want to contribute?

Delete World

Delete a world. Notice a world is never fully "deleted", only its ReleaseStatus is set to "hidden" and the linked Files are deleted. The WorldID is permanently reserved.

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

DELETE
/worlds/{worldId}
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

worldIdstring

Must be a valid world ID.

Response Body

application/json

application/json

curl -X DELETE "https://api.vrchat.cloud/api/1/worlds/string"
Empty

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

{
  "error": {
    "message": "World wrld_ba913a96-fac4-4048-a062-9aa5db092812 not found",
    "status_code": 404
  }
}