---
title: "Delete a specific region of a given country"
method: DELETE
path: "/regions/{country}/{id}"
tags: ["regions"]
---

# Delete a specific region of a given country

`DELETE /regions/{country}/{id}`

## Path parameters

- `country` string, required
- `id` string, required

## Headers

- `Authorization` string, required

## Response `204`

OK, region was deleted

## Other responses

- `401` — No token provided
- `404` — Region does not exist
- `405` — Region has cities, cannot be deleted

---

[API](https://skmtc.dev/packtpublishing/apis/world-data-api.md) · [All operations](https://skmtc.dev/packtpublishing/apis/world-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/world-data-api/revisions/9f0bf3e19907/schema)
