---
title: "Delete Llm Configuration"
method: DELETE
path: "/v1/llm-configurations/{config_id}"
tags: ["LLM Configurations"]
---

# Delete Llm Configuration

`DELETE /v1/llm-configurations/{config_id}`

Delete an LLM configuration by ID.

This endpoint:
- Requires API key or session authentication
- Permanently deletes the LLM configuration

Args:
    service: Injected LLM configuration service
    config_id: The ID of the LLM configuration to delete

Returns:
    Response confirming deletion

Raises:
    400 Bad Request: If user doesn't have an associated space
    404 Not Found: If the configuration doesn't exist

## Path parameters

- `config_id` string, required

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponseNoneType
  - `code` integer
  - `data` unknown
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/liveavatar/apis/live-avatar-api.md) · [All operations](https://skmtc.net/liveavatar/apis/live-avatar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liveavatar/live-avatar-api/versions/fbfa5cdbd7f9/schema)
