delete

suspend fun delete(model: String, config: DeleteModelConfig? = null): DeleteModelResponse

Deletes a tuned model by its name.

Return

The response from the API.

Parameters

model

The name of the tuned model to delete

config

A DeleteModelConfig instance that specifies the optional configurations.