DELETE
/
api
/
v0
/
questions
/
{question_id}
{
  "message": "<string>",
  "question_id": 123
}

Headers

authorization
string

Path Parameters

question_id
integer
required

Response

200
application/json
Successful Response
message
string
required

The message returned from the deletion operation.

question_id
integer
required

The ID of the question that was deleted.