---
title: "Delete Provider"
method: DELETE
path: "/api/providers/{provider}"
tags: ["Provider Management"]
---

# Delete Provider

`DELETE /api/providers/{provider}`

Remove an AI provider configuration from the system.

## Path parameters

- `provider` 'openai' | 'anthropic' | 'azure' | 'bedrock' | 'cohere' | 'vertex' | 'mistral' | 'ollama' | 'groq' | 'sgl', required — AI model provider

## Response `200`

Provider deleted successfully

- SuccessResponse
  - `status` 'success', required — Operation status
  - `message` string, required — Success message

## Other responses

- `404` — Provider not found
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api.md) · [All operations](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbifrost/bifrost-http-transport-api/revisions/e70d3ae3c0d0/schema)
