---
title: "Delete a product section"
method: DELETE
path: "/api/products/{productId}/sections/{sectionId}"
tags: ["Product Content"]
---

# Delete a product section

`DELETE /api/products/{productId}/sections/{sectionId}`

## Path parameters

- `productId` string, required
- `sectionId` string, required

## Response `200`

Success.

- OkResponse
  - `ok` boolean

## Other responses

- `422` — Section could not be deleted.

---

[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)
