cURL
curl --request DELETE \ --url https://api.nixtla.io/v2/finetuned_models/{finetuned_model_id} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Delete a previously saved finetuned model. It takes the ID of the model that you want to delete as a path parameter.
HTTPBearer
Successful Response
Was this page helpful?