Sample - OpenAI API
DELETE/models/{model}

Delete a fine-tuned model

Deletes a fine-tuned model identified by its model name. You must have the Owner role in your organization to delete the model.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
modelstringrequired
The name or identifier of the fine-tuned model to delete.

1 status code
200Returns a confirmation object containing the deleted model's `id`, object type, and `deleted` status.
idstringrequired
deletedbooleanrequired
objectstringrequired

Error handling

model must identify the fine-tuned model you want to delete. The authenticated user must have the Owner role in the organization.