---
title: "Delete Custom LLM"
method: DELETE
path: "/v1/custom-llms/{custom_llm_id}"
tags: ["Custom LLMs"]
---

# Delete Custom LLM

`DELETE /v1/custom-llms/{custom_llm_id}`

Delete a custom LLM configuration for the current organization.

## Path parameters

- `custom_llm_id` string, required — The custom LLM id.

## Headers

- `x-api-key` string, nullable — Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.

## Response `200`

Successful Response

- ClearOrganizationAuthTokenResponse — Response model for clearing an organization auth token.
  - `success` boolean, required — Whether the token was cleared successfully

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/skyvern-ai/apis/skyvern-api.md) · [All operations](https://skmtc.net/skyvern-ai/apis/skyvern-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skyvern-ai/skyvern-api/revisions/5299cc7d0a71/schema)
