English
cURL
curl --request DELETE \ --url https://app.npcbuilder.com/api/context/region/{game_id}/{world_id}/{region_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Region: region789 has been deleted.", "region_id": "region789" }
Delete an existing region from the specified world. This operation permanently removes the region and its related data.