---
title: "Delete Llm Integration"
method: DELETE
path: "/llm-providers/config/{integration_id}"
---

# Delete Llm Integration

`DELETE /llm-providers/config/{integration_id}`

Delete a specific LLM provider integration.

## Path parameters

- `integration_id` string, required

## Response `200`

Successful Response

- LLMIntegrationResponse — Response for LLM integration operations (CRUD and connection tests).
  - `message` string, required — Human-readable status message
  - `integration_id` string, nullable — Integration ID (present for create/update operations)
  - `status` 'success' | 'error', nullable — Operation status (for connection tests)
  - `provider` string, nullable — Provider name (for connection tests)
  - `models_available` string[], nullable — Available models (for connection tests)

## Other responses

- `422` — Validation Error

---

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