Delete ChatKit thread
$ openai beta:chatkit:threads delete
DELETE/chatkit/threads/{thread_id}
Delete a ChatKit thread along with its items and stored attachments.
Delete ChatKit thread
openai beta:chatkit:threads delete \
--api-key 'My API Key' \
--thread-id cthr_123{
"id": "id",
"deleted": true,
"object": "chatkit.thread.deleted"
}Returns Examples
{
"id": "id",
"deleted": true,
"object": "chatkit.thread.deleted"
}