---
title: "Delete Student Exam"
method: DELETE
path: "/student-exams/{exam_id}"
tags: ["student-exams"]
---

# Delete Student Exam

`DELETE /student-exams/{exam_id}`

Delete a student exam by ID, only if it belongs to the current user.
Also removes any associated files if they exist.

## Path parameters

- `exam_id` string, required

## Response `200`

Successful Response

- SimpleResponse
  - `status` string, required
  - `message` string, required

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