Delete a thread.
Authorization: only conversation threads belonging to the current user (under /users//threads/) can be deleted. Asset threads (attached to documents/sections) are never deletable via this endpoint.
curl --request DELETE \
--url http://localhost:8000/v1/threads/{thread_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url http://localhost:8000/v1/threads/{thread_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}