亮色模式
Delete a fine-tuned model
DELETE
https://api.openai.com/v1/models/ft:gpt-4o-mini:acemeco:suffix:abc123Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.
Request
Header 参数
Authorization
string
必需
示例值:
Bearer $OPENAI_API_KEY
Request samples
返回响应
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
数据结构
id
string
必需
object
string
必需
deleted
boolean
必需
示例
{
"id": "ft:gpt-4o-mini:acemeco:suffix:abc123",
"object": "model",
"deleted": true
}
最后修改时间: 10 天前