---
title: "Delete Exam"
method: DELETE
path: "/teacher-exams/{exam_id}"
tags: ["Teacher Exams"]
---

# Delete Exam

`DELETE /teacher-exams/{exam_id}`

Delete a teacher exam with proper permission checks.

Users can delete if:
- They own the exam directly, OR
- They have write access through folder inheritance

## Path parameters

- `exam_id` string, 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/2a0c1636fd3b?raw)
