Delete thread
Deprecated
DELETE/threads/{thread_id}
Delete a thread.
Path Parameters
thread_id: string
Returns
Delete thread
curl https://api.openai.com/v1/threads/$THREAD_ID \
-X DELETE \
-H 'OpenAI-Beta: assistants=v2' \
-H "Authorization: Bearer $OPENAI_API_KEY"{
"id": "id",
"deleted": true,
"object": "thread.deleted"
}Returns Examples
{
"id": "id",
"deleted": true,
"object": "thread.deleted"
}