curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/models/{model_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete an LLM model.
Only accessible by authenticated users (org admins recommended).
curl --request DELETE \
--url https://control-plane.kubiya.ai/api/v1/models/{model_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?