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

Delete a question

Deletes a question and its associated data by its unique identifier.

Path Parameters

integer
required
No description provided

Response

data
object
The response data for this endpoint.
{
  "message": "string",
  "question_id": 123
}