---
title: "Delete Exam"
method: DELETE
path: "/v1/installs/{installSid}/courses/{courseSid}/exams/{examSid}"
tags: ["Exam"]
---

# Delete Exam

`DELETE /v1/installs/{installSid}/courses/{courseSid}/exams/{examSid}`

Performs a soft delete on the specified exam, marking it as deleted without permanently removing data.<br/><br/>The exam will no longer appear in active listings but its data is retained.

## Path parameters

- `installSid` string, required — Unique SID of the application install. Pattern: `AI` + 32 hex chars.
- `courseSid` string, required — Unique SID of the course. Pattern: `CU` + 32 hex chars.
- `examSid` string, required — Unique SID of the exam to delete. Pattern: `EX` + 32 hex chars.

## Response `default`

Successful

- string

---

[API](https://skmtc.net/smarterproctoring/apis/smarterproctoring-api-2.md) · [All operations](https://skmtc.net/smarterproctoring/apis/smarterproctoring-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smarterproctoring/smarterproctoring-api-2/revisions/f83c73a81793/schema)
