---
title: "Delete quiz that created by user (if no active quiz is present)."
method: DELETE
path: "/v1/quizzes/{quiz_id}"
tags: ["Quiz"]
---

# Delete quiz that created by user (if no active quiz is present).

`DELETE /v1/quizzes/{quiz_id}`

## Response `200`

- object
  - `message` string
  - `status` string

## Other responses

- `400` — Fail due to resource not exists
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/improwised/apis/untitled-api.md) · [All operations](https://skmtc.net/improwised/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/improwised/untitled-api/versions/01dc7eb2e8bc/schema)
