Skip to main content
DELETE
/
api
/
llms
/
{llmId}
Delete LLM
curl --request DELETE \
  --url https://api.upon-ai.com/api/llms/{llmId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

llmId
string
required

LLM identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier.

Response

204

LLM deleted.