> ## 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.

# Delete a thread

> Deletes a thread and all its question associations.

## Delete a thread

Deletes a thread and all its question associations.

### Path Parameters

<ParamField path name="thread_id" type="integer" required>
  No description provided
</ParamField>

### Response

<ResponseField name="data" type="object">
  The response data for this endpoint.
</ResponseField>

<ResponseExample>
  ```json
  {
    "message": "string",
    "thread_id": 123
  }
  ```
</ResponseExample>
