---
title: "Delete a specific city"
method: DELETE
path: "/cities/{cityId}"
tags: ["cities"]
---

# Delete a specific city

`DELETE /cities/{cityId}`

## Path parameters

- `cityId` number, required

## Headers

- `Authorization` string, required

## Response `204`

OK, city was deleted

## Other responses

- `401` — No token provided
- `404` — City does not exist

---

[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)
