---
title: "Delete section"
method: DELETE
path: "/documents/sections/{sectionID}"
tags: ["Guided Sections"]
---

# Delete section

`DELETE /documents/sections/{sectionID}`

Deletes a section and its versions. Returns 409 if other sections inherit from this section.

## Response `204`

No Content

## Other responses

- `404` — Not Found
- `409` — The resource has dependents (e.g. children that inherit from it) and cannot be deleted.

---

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