DELETE
/threads/{thread_id}
curl \
--request DELETE 'https://api.openai.com/v1/threads/{thread_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"deleted": true,
"object": "thread.deleted"
}