亮色模式
删除话题
DELETE
https://api.openai.com/v1/threads/{thread_id }删除一个线程。
Request
Path 参数
thread_id
string
必需
要删除的线程的 ID。
Request samples
返回响应
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
数据结构
id
string
必需
object
string
必需
deleted
boolean
必需
示例
{
"id": "thread_abc123",
"object": "thread.deleted",
"deleted": true
}
最后修改时间: 9 天前