---
title: "Delete organization LLM provider"
method: DELETE
path: "/v1/llm-providers/{llmProviderId}"
tags: ["LLM Providers"]
---

# Delete organization LLM provider

`DELETE /v1/llm-providers/{llmProviderId}`

Deletes an organization LLM provider and removes its models and access rules.

## Path parameters

- `llmProviderId` string, typeid, required

## Response `204`

Organization LLM provider deleted successfully.

## Other responses

- `400` — The provider deletion path parameters were invalid.
- `401` — The caller must be signed in to delete organization LLM providers.
- `403` — Only the provider creator or a workspace admin can delete providers.
- `404` — The provider could not be found.

## Changes

- **2026-08-20** `93df40e2efd5` — 1 info
  - removed the pattern `^lpr_.*` from the `path` request parameter `llmProviderId`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/llm-providers/:llmProviderId/delete.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/571dc4a74532/schema)
