Delete an LLM
DELETE/v2/llms/:llm_id
Deletes a custom Large Language Model (LLM) configuration from the account. The deletion is permanent. Built-in LLMs cannot be deleted, so core system models remain accessible.
On success, the platform responds with HTTP 204 No Content status.
Request
Responses
- 204
- 403
- 404
The LLM is deleted.
Permissions do not allow deleting this LLM.
LLM not found.