---
title: "Delete Question Set"
method: DELETE
path: "/v1/interviews/{interview_id}/question-sets/{set_id}"
tags: ["interviews"]
---

# Delete Question Set

`DELETE /v1/interviews/{interview_id}/question-sets/{set_id}`

## Path parameters

- `interview_id` string, uuid, required
- `set_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ontora/apis/ontora-api.md) · [All operations](https://skmtc.dev/ontora/apis/ontora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ontora/ontora-api/revisions/7f57037fd94b/schema)
