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

# Delete a single country

`DELETE /countries/{id}`

## Headers

- `If-Match` string, required

## Response `204`

Confirms deletion of the country resource

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `412` — Precondition failed (If-Match header)
- `428` — Precondition required

---

[API](https://skmtc.dev/ledgersmb/apis/ledgersmb-api.md) · [All operations](https://skmtc.dev/ledgersmb/apis/ledgersmb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgersmb/ledgersmb-api/revisions/1f2195427ce4/schema)
