---
title: "Remove country from collection"
method: DELETE
path: "/v1/holiday-collections/{collectionId}/countries/{countryCode}"
tags: ["Holiday Countries"]
---

# Remove country from collection

`DELETE /v1/holiday-collections/{collectionId}/countries/{countryCode}`

## Path parameters

- `collectionId` string, required
- `countryCode` string, required

## Response `200`

Country removed

## Other responses

- `400` — Bad request
- `401` — Not authorized

---

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