---
title: "Delete a specific country"
method: DELETE
path: "/countries/{country}"
tags: ["countries"]
---

# Delete a specific country

`DELETE /countries/{country}`

## Path parameters

- `country` string, required

## Headers

- `Authorization` string, required

## Response `204`

OK, country was deleted

## Other responses

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

---

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