---
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

## Changes

- **2026-06-30** `e65b67495efe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/changes/v1/custom-llms/:custom_llm_id/delete.md)

---

[API](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2.md) · [All operations](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/revisions/b149a26710ba?raw)
