English
cURL
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" }
Delete an existing location from the specified world. This operation permanently removes the location and its associated data.