---
title: "1대1 문의 취소"
method: DELETE
path: "/api/v1/qna/{id}"
tags: ["QnA"]
---

# 1대1 문의 취소

`DELETE /api/v1/qna/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- WinclResponse
  - `code` string
  - `message` string

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `403` — Forbidden
- `909` — CANNOT_CANCEL_QUESTION

---

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