Skip to main content
DELETE
/
api
/
v0
/
threads
/
{thread_id}
/
questions
/
position
/
{position}
Remove a question at a specific position
curl --request DELETE \
  --url https://api.example.com/api/v0/threads/{thread_id}/questions/position/{position}
{
  "message": "string",
  "thread_id": 123,
  "question_id": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.outerport.com/llms.txt

Use this file to discover all available pages before exploring further.

Remove a question at a specific position

Removes the question at the specified position and reorders remaining questions.

Path Parameters

integer
required
No description provided
integer
required
No description provided

Response

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