Announcement: Nixtla Enterprise now offers top foundation models, MCP, and agentic capabilities: join the waitlist
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.
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://nixtla.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?