---
title: "Delete Exercise"
method: DELETE
path: "/teacher-exams/{exam_id}/subjects/exercises/{exercise_id}"
tags: ["Teacher Exams Subjects"]
---

# Delete Exercise

`DELETE /teacher-exams/{exam_id}/subjects/exercises/{exercise_id}`

Delete a specific exercise from a structured exam by its ID.
This will also remove the corresponding correction if it exists.

## Path parameters

- `exam_id` string, required
- `exercise_id` integer, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[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.dev/excellence-ai/apis/excellence-learning/revisions/d367d251945b?raw)
