---
title: "Delete Agent Llm Connection"
method: DELETE
path: "/agents/connections/llm/{connection_id}"
tags: ["Agents"]
---

# Delete Agent Llm Connection

`DELETE /agents/connections/llm/{connection_id}`

Hard-delete one LLM connection by id.

Per the FE handoff (Option B): no referential check against agents
using this connection. Agents that picked it surface a banner on
next edit (same idiom as Pinecone destination deletion).

## Path parameters

- `connection_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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