Back

delete-thread (clj)

(source)

function

(delete-thread params) (delete-thread params options)
Delete a thread. Example: ``` (delete-thread {:thread_id "----id----"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/threads/deleteThread)

Examples