---
title: "Delete a study chapter"
method: DELETE
path: "/api/study/{studyId}/{chapterId}"
tags: ["Studies"]
---

# Delete a study chapter

`DELETE /api/study/{studyId}/{chapterId}`

Delete a chapter of a study you own. This is definitive.
A study must have at least one chapter; so if you delete the last chapter,
an empty one will be automatically created to replace it.

## Path parameters

- `studyId` string, required
- `chapterId` string, required

## Response `204`

Chapter successfully deleted

---

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