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_abc123 \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-H "OpenAI-Beta: assistants=v2" \
-X DELETE
{
"id": "thread_abc123",
"object": "thread.deleted",
"deleted": true
}
Returns Examples
{
"id": "thread_abc123",
"object": "thread.deleted",
"deleted": true
}