---
title: "Archive a preference section"
method: DELETE
path: "/preferences/sections/{section_id}"
tags: ["Preference Topics"]
---

# Archive a preference section

`DELETE /preferences/sections/{section_id}`

Archive a workspace preference. The workspace preference must be empty: delete its topics first, otherwise the request fails with 409.

## Path parameters

- `section_id` string, required

## Response `204`

Successfully archived.

## Other responses

- `404` — Not Found
- `409` — Conflict

---

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