Back
delete-model (clj)
(source)function
(delete-model params)
(delete-model params options)
Delete a fine-tuned model. You must have the Owner role in your organization.
Example:
```
(delete-model {:model "fine-tune"})
```
Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/fine-tunes/delete-model)