---
title: "DELETE /v1/orgs/{orgId}/byo-provider"
method: DELETE
path: "/v1/orgs/{orgId}/byo-provider"
tags: ["ByoProvider"]
---

# DELETE /v1/orgs/{orgId}/byo-provider

`DELETE /v1/orgs/{orgId}/byo-provider`

Removes the organization's own LLM provider: deregisters the LiteLLM deployment, deletes the stored credential, then deletes the row. Order matters: a failure never leaves a live deployment with no record of it. Idempotent.

## Path parameters

- `orgId` string, uuid, required

## Headers

- `Authorization` string

## Response `204`

Default Response

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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