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