---
title: "删除供应商"
method: DELETE
path: "/api/v1/provider/providers/{provider_uuid}"
tags: ["Model Providers"]
---

# 删除供应商

`DELETE /api/v1/provider/providers/{provider_uuid}`

删除供应商。如果还有模型引用该供应商，则无法删除。

## Path parameters

- `provider_uuid` string, uuid, required

## Response `200`

操作成功

- object
  - `code` integer

## Other responses

- `400` — 供应商仍有模型引用，无法删除

---

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