---
title: "Permanently delete an interview module"
method: DELETE
path: "/v1/interview-modules/{moduleId}"
tags: ["Interview Module"]
---

# Permanently delete an interview module

`DELETE /v1/interview-modules/{moduleId}`

Permanently deletes the interview module and all member training history in it. This action cannot be undone. Unknown and cross-organization module IDs return not found.

## Path parameters

- `moduleId` string, required — an interview module ID. Accepts the canonical prefixed compact UUID, a prefixed dashed UUID, a bare dashed UUID, or a bare compact UUID; input is case-insensitive.

## Response `200`

Success

- InterviewModuleDeleted
  - `id` string, required — Canonical interview module ID (mod_ followed by 32 lowercase hexadecimal UUID characters).
  - `deleted` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `410` — Gone
- `500` — Internal error

---

[API](https://skmtc.net/modernloop/apis/modernloop-platform-api.md) · [All operations](https://skmtc.net/modernloop/apis/modernloop-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modernloop/modernloop-platform-api/versions/33a0f9f44e4c/schema)
