Skip to main content
DELETE
/
context
/
world
/
{game_id}
/
{world_id}
Delete a world
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"
}

Authorizations

Authorization
string
header
required

Path Parameters

game_id
string
required
Example:
world_id
string
required
Example:

Query Parameters

session_id
string
Example:

Response

message
string
Example:
world_id
string
Example: