Announcement: Nixtla Enterprise now offers top foundation models, MCP, and agentic capabilities: join the waitlist
cURL
curl --request DELETE \ --url https://api.nixtla.io/v2/finetuned_models/{finetuned_model_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
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?