Skip to main content
DELETE
/
v1
/
custom-llms
/
{custom_llm_id}
Delete Custom LLM
curl --request DELETE \
  --url https://api.skyvern.com/v1/custom-llms/{custom_llm_id}
{
  "success": true
}

Headers

x-api-key
string | null

Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

Path Parameters

custom_llm_id
string
required

The custom LLM id.

Response

Successful Response

Response model for clearing an organization auth token.

success
boolean
required

Whether the token was cleared successfully