DELETE
/
api
/
v0
/
threads
/
{thread_id}
{
  "message": "string",
  "thread_id": 123
}

Delete a thread

Deletes a thread and all its question associations.

Path Parameters

integer
required

No description provided

Response

data
object

The response data for this endpoint.

{
  "message": "string",
  "thread_id": 123
}