Delete a fine-tuned model
Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.
Path parameters
-
The model to delete
DELETE
/models/{model}
curl \
-X DELETE https://api.openai.com/v1/models/ft:gpt-3.5-turbo:acemeco:suffix:abc123 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"deleted": true,
"object": "string"
}