---
title: "Delete a product lesson"
method: DELETE
path: "/api/products/{productId}/lessons/{lessonId}"
tags: ["Product Content"]
---

# Delete a product lesson

`DELETE /api/products/{productId}/lessons/{lessonId}`

## Path parameters

- `productId` string, required
- `lessonId` string, required

## Response `200`

Success.

- OkResponse
  - `ok` boolean

## Other responses

- `422` — Lesson could not be deleted.

## Changes

> 2 revisions in range; 1 could not be searched.

- **2026-04-19** `85a1c15f561d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/codelitdev/apis/courselit-rest-api/changes/api/products/:productId/lessons/:lessonId/delete.md)

---

[API](https://skmtc.dev/codelitdev/apis/courselit-rest-api.md) · [All operations](https://skmtc.dev/codelitdev/apis/courselit-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codelitdev/courselit-rest-api/revisions/3b48f60910dc/schema)
