Delete an LLM
DELETE/v2/llms/:llm_id
Supported API Key Type:
Personal
The Delete LLM API enables users to remove a previously configured custom Large Language Model (LLM) from their Vectara account. This functionality is essential for managing active LLM configurations and ensuring that only relevant models are available for use. Built-in LLMs cannot be deleted, ensuring that core system models remain accessible.
By providing an LLM identifier, users can permanently delete a model configuration, freeing up resources and maintaining an organized list of available LLMs.
If successful, the API responds with HTTP 204 No Content status, confirming the LLM deletion.
Request
Responses
- 204
- 403
- 404
The LLM was successfully deleted.
Permissions do not allow deleting this LLM.
LLM not found.