---
title: "Delete Section"
method: DELETE
path: "/sections/{section_id}"
tags: ["Projects"]
---

# Delete Section

`DELETE /sections/{section_id}`

Delete a section. Tasks in the section are kept but become section-less.

## Path parameters

- `section_id` number, required

## Request body

- object
  - `preserveTasks` boolean — Keep the section's tasks instead of deleting them.
  - `section` integer — Section ID to move the preserved tasks into.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized

---

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