---
title: "Remove Course Content"
method: DELETE
path: "/custom-course/{course_id}/content/{content_index}"
tags: ["Custom Course"]
---

# Remove Course Content

`DELETE /custom-course/{course_id}/content/{content_index}`

## Path parameters

- `course_id` string, required
- `content_index` integer, required

## Response `200`

Successful Response

- RoutersCustomCoursesCustomCourseResponse
  - `id` string, required
  - `title` string, required
  - `content` RoutersCustomCoursesCustomCourseContent[], required
    - `content` string, required
    - `latex_content` string, required
    - `content_type` string, required
    - `order` integer, required
    - `created_at` string, date-time

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-05** `437cd8414e9e` — 1 info
  - the `created_at` response's property default value changed from `2026-09-03T13:01:41.127955` to `2026-09-04T14:20:24.643373` for the status `200`
- **2026-09-03** `ef67479ed898` — 1 info
  - the `created_at` response's property default value changed from `2026-09-02T15:38:51.670618` to `2026-09-03T13:01:41.127955` for the status `200`
- **2026-09-02** `8d495ed916c6` — 1 info
  - the `created_at` response's property default value changed from `2026-08-31T13:54:28.353674` to `2026-09-02T15:38:51.670618` for the status `200`

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/custom-course/:course_id/content/:content_index/delete.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/437cd8414e9e/schema)
