---
title: "delete question"
method: DELETE
path: "/answer/api/v1/question"
tags: ["Question"]
---

# delete question

`DELETE /answer/api/v1/question`

delete question

## Request body

- SchemaRemoveQuestionReq
  - `captcha_code` string
  - `captcha_id` string — captcha_id
  - `id` string, required — question id

## Response `200`

OK

- HandlerRespBody
  - `code` integer — http code
  - `data` unknown
  - `msg` string — response message
  - `reason` string — reason key

---

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