models_delete

Function models_delete 

Source
pub async fn models_delete(
    configuration: &Configuration,
    id: &str,
) -> Result<(), Error<ModelsDeleteError>>
Expand description

Delete a model. Cannot delete models managed by Langfuse. You can create your own definition with the same modelName to override the definition though.