Large Language Models
Delete an LLM
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.
delete/v2/llms/{llm_id}
Path parameters
llm_idstring required
The name of the LLM to delete.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
The LLM is deleted.
Changes
No recorded changes to this endpoint across all 13 revisions of this API.