Skip to main content
DELETE
/
context
/
location
/
{game_id}
/
{world_id}
/
{location_id}
Delete a location
curl --request DELETE \
  --url https://app.npcbuilder.com/api/context/location/{game_id}/{world_id}/{location_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Location: location789 has been deleted.",
  "location_id": "location789"
}

Authorizations

Authorization
string
header
required

Path Parameters

game_id
string
required
Example:
world_id
string
required
Example:
location_id
string
required
Example:

Query Parameters

session_id
string
Example:

Response

message
string
Example:
location_id
string
Example: