亮色模式
删除助手
DELETE
https://api.openai.com/v1/assistants/{assistant_id }Request
Path 参数
assistant_id
string
必需
要删除的助手的ID。
Request samples
返回响应
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
数据结构
id
string
必需
object
string
必需
deleted
boolean
必需
示例
{
"id": "asst_abc123",
"object": "assistant.deleted",
"deleted": true
}
最后修改时间: 10 天前