English
cURL
curl --request DELETE \ --url https://app.npcbuilder.com/api/context/world/{game_id}/{world_id} \ --header 'Authorization: Bearer <token>'
{ "message": "World: world456 has been deleted.", "world_id": "world456" }
Delete a world from the game. This operation permanently removes the world and its associated data.