---
title: "Delete a chapter"
method: DELETE
path: "/videos/{videoId}/chapters/{language}"
tags: ["Chapters"]
---

# Delete a chapter

`DELETE /videos/{videoId}/chapters/{language}`

Delete a chapter in a specific language by providing the video ID for the video you want to delete the chapter from and the language the chapter is in.

## Path parameters

- `videoId` string, required
- `language` string, required

## Response `204`

No Content

## Other responses

- `404` — Not Found
- `429` — Too Many Requests

---

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