English
cURL
curl --request DELETE \ --url https://api.example.com/api/v0/threads/{thread_id}/questions/position/{position}
{ "message": "string", "thread_id": 123, "question_id": 123 }
Removes the question at the specified position and reorders remaining questions.